File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,16 @@ This library is a React Native bridge around native app tour libraries. It allow
24
24
25
25
## 📖 Getting started
26
26
27
- > ** iOS Prerequisite: ** Please make sure ` CocoaPods ` is installed on your system
27
+ ` $ npm install react-native-app-tour --save `
28
28
29
- ## ** RN60 >= RNBAS V1 >**
29
+ ## ** RN60 >= RNAT V1 >**
30
30
31
31
> RN60 above please use ` react-native-app-tour ` V1 and above
32
32
33
33
- ** iOS**
34
34
35
+ > ** iOS Prerequisite:** Please make sure ` CocoaPods ` is installed on your system
36
+
35
37
- Add the following to your `Podfile` -> `ios/Podfile` and run pod update:
36
38
37
39
@@ -57,13 +59,10 @@ allprojects {
57
59
}
58
60
```
59
61
60
- ## ** RN60 < RNBAS V1 <**
62
+ ## ** RN60 < RNAT V1 <**
61
63
62
64
> RN60 below please use ` react-native-app-tour ` V.0.*
63
65
64
-
65
- ` $ npm install react-native-app-tour --save `
66
-
67
66
` $ react-native link react-native-app-tour `
68
67
69
68
- ** Android**
You can’t perform that action at this time.
0 commit comments