Skip to content

Commit ee6bb61

Browse files
authored
Update README.md
1 parent 13f97e4 commit ee6bb61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ A native library to access all the native code's build configurations from JS.
88

99
2. `$ react-native link react-native-config-reader`
1010

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)`
1118

1219
See [manual installation](#manual-installation) below if you have issues with `react-native link`.
1320

0 commit comments

Comments
 (0)