Files
react-native-config/Example/windows/ConfigExample/App.h
T
Bartosz Sosnowski 8616212e61 Add Windows support (#492)
Add support for react-native-windows. Update the docs and example and
add an automatic CI test.
2020-09-16 11:28:13 -03:00

14 lines
206 B
C++

#pragma once
#include "App.xaml.g.h"
namespace winrt::ConfigExample::implementation
{
struct App : AppT<App>
{
App() noexcept;
};
} // namespace winrt::ConfigExample::implementation