Skip to content

Commit bdabeb3

Browse files
authored
update readme on auto linking
1 parent 8597898 commit bdabeb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ For **react-native@0.60+** versions use **react-native-config-reader@4.0+**
99

1010
## Installation
1111

12+
For **rn 0.60+ Auto Linking** will do things for you.
13+
14+
If not follow these:
15+
1216
1. `$ npm install react-native-config-reader --save` or `$ yarn add react-native-config-reader`
1317

1418
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+**
1721

1822
`new RNConfigReaderPackage()`
1923

20-
and replace it with
21-
22-
`new RNConfigReaderPackage(BuildConfig.class)`
23-
2424
See [manual installation](#manual-installation) below if you have issues with `react-native link`.
2525

2626
## Usage

0 commit comments

Comments
 (0)