mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
Adds Windows support. Co-authored-by: Adam Gleitman <adam.gleitman@gmail.com> Co-authored-by: REDMOND\agnel <agnel@microsoft.com>
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
namespace RNSVG
|
|
{
|
|
[webhosthidden]
|
|
[default_interface]
|
|
runtimeclass ReactPackageProvider : Microsoft.ReactNative.IReactPackageProvider
|
|
{
|
|
ReactPackageProvider();
|
|
};
|
|
}
|