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 8597898 commit bdabeb3Copy full SHA for bdabeb3
README.md
@@ -9,6 +9,10 @@ For **react-native@0.60+** versions use **react-native-config-reader@4.0+**
9
10
## Installation
11
12
+For **rn 0.60+ Auto Linking** will do things for you.
13
+
14
+If not follow these:
15
16
1. `$ npm install react-native-config-reader --save` or `$ yarn add react-native-config-reader`
17
18
2. `$ react-native link react-native-config-reader`
@@ -17,10 +21,6 @@ For **react-native@0.60+** versions use **react-native-config-reader@4.0+**
21
22
`new RNConfigReaderPackage()`
19
23
20
- and replace it with
-
- `new RNConfigReaderPackage(BuildConfig.class)`
24
See [manual installation](#manual-installation) below if you have issues with `react-native link`.
25
26
## Usage
0 commit comments