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 44df638 commit dc0a09bCopy full SHA for dc0a09b
README.md
@@ -10,6 +10,22 @@ Google in-app updates support for react-native. Specially created for android on
10
11
`$ react-native link react-native-rn-in-app-update`
12
13
+### Android
14
+only react-native link require
15
+
16
17
+## Linking (RN >= 0.60)
18
19
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
29
30
## Additional configuration in android (Required)
31
0 commit comments