mirror of
https://github.com/status-im/react-native-config.git
synced 2026-08-31 14:41:07 +00:00
Add support for react-native-windows. Update the docs and example and add an automatic CI test.
14 lines
206 B
C++
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
|
|
|
|
|