mirror of
https://github.com/status-im/react-native-config.git
synced 2026-09-01 07:01:16 +00:00
This fixes RNW@0.61 support and adds support for autolinking on RNW@0.63 and beyond.
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
namespace RNCConfig
|
|
{
|
|
[webhosthidden]
|
|
[default_interface]
|
|
runtimeclass ReactPackageProvider : Microsoft.ReactNative.IReactPackageProvider
|
|
{
|
|
ReactPackageProvider();
|
|
};
|
|
}
|