// AutolinkedNativeModules.g.cpp contents generated by "react-native autolink-windows" // clang-format off #include "pch.h" #include "AutolinkedNativeModules.g.h" // Includes from react-native-video #include namespace winrt::Microsoft::ReactNative { void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation::Collections::IVector const& packageProviders) { // IReactPackageProviders from react-native-video packageProviders.Append(winrt::ReactNativeVideoCPP::ReactPackageProvider()); } }