Skip to content

Commit dc0a09b

Browse files
committed
Readme updated.
1 parent 44df638 commit dc0a09b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ Google in-app updates support for react-native. Specially created for android on
1010

1111
`$ react-native link react-native-rn-in-app-update`
1212

13+
### Android
14+
only react-native link require
15+
16+
17+
## Linking (RN >= 0.60)
18+
19+
### Android
20+
It will auto linked after installing package
21+
22+
23+
### IOS
24+
No native implementation for ios. If project show missing pod error then perform following step:
25+
26+
```
27+
cd ios && pod install
28+
```
1329

1430
## Additional configuration in android (Required)
1531

0 commit comments

Comments
 (0)