mirror of
https://github.com/status-im/react-native-config.git
synced 2026-08-31 22:51:09 +00:00
Add support for react-native-windows. Update the docs and example and add an automatic CI test.
14 lines
367 B
C++
14 lines
367 B
C++
// AutolinkedNativeModules.g.cpp contents generated by "react-native autolink-windows"
|
|
#include "pch.h"
|
|
#include "AutolinkedNativeModules.g.h"
|
|
|
|
|
|
namespace winrt::Microsoft::ReactNative
|
|
{
|
|
|
|
void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation::Collections::IVector<winrt::Microsoft::ReactNative::IReactPackageProvider> const& packageProviders)
|
|
{
|
|
}
|
|
|
|
}
|