mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 20:09:12 +00:00
b3b175a7fb
# Summary Due to the large number of example apps in the repository, I decided to change the structure and move all applications into an "apps" folder to maintain a clear structure.
19 lines
566 B
C++
19 lines
566 B
C++
// AutolinkedNativeModules.g.cpp contents generated by "react-native autolink-windows"
|
|
// clang-format off
|
|
#include "pch.h"
|
|
#include "AutolinkedNativeModules.g.h"
|
|
|
|
// Includes from react-native-svg
|
|
#include <winrt/RNSVG.h>
|
|
|
|
namespace winrt::Microsoft::ReactNative
|
|
{
|
|
|
|
void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation::Collections::IVector<winrt::Microsoft::ReactNative::IReactPackageProvider> const& packageProviders)
|
|
{
|
|
// IReactPackageProviders from react-native-svg
|
|
packageProviders.Append(winrt::RNSVG::ReactPackageProvider());
|
|
}
|
|
|
|
}
|