ssap_app/node_modules/react-native-screens/windows/RNScreens/SearchBar.cpp

20 lines
585 B
C++

#include "pch.h"
#include "SearchBar.h"
#include "JSValueXaml.h"
#include "NativeModules.h"
namespace winrt {
using namespace Microsoft::ReactNative;
using namespace Windows::Foundation;
using namespace Windows::Foundation::Collections;
using namespace Windows::UI;
using namespace Windows::UI::Xaml;
using namespace Windows::UI::Xaml::Controls;
} // namespace winrt
namespace winrt::RNScreens::implementation {
SearchBar::SearchBar(
winrt::Microsoft::ReactNative::IReactContext reactContext)
: m_reactContext(reactContext) {}
} // namespace winrt::RNScreens::implementation