We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f97e4 commit ee6bb61Copy full SHA for ee6bb61
README.md
@@ -8,6 +8,13 @@ A native library to access all the native code's build configurations from JS.
8
9
2. `$ react-native link react-native-config-reader`
10
11
+3. Go to **android/app/src/main/packageName/MainApplication.java** and find line
12
+
13
+ `new RNConfigReaderPackage()`
14
15
+ and replace it with
16
17
+ `new RNConfigReaderPackage(BuildConfig.class)`
18
19
See [manual installation](#manual-installation) below if you have issues with `react-native link`.
20
0 commit comments