clipboard/example/windows/ClipboardExample/AutolinkedNativeModules.g.cpp
Alexander Sklar 2b6c52c2cc
Add Windows support to the clipboard module (#70)
Co-authored-by: Alexander Sklar <asklar@winse.microsoft.com>
2020-09-29 10:39:51 +09:00

14 lines
380 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)
{
}
}