You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
#### iOS - Cocoapods
21
21
22
-
1. Go to `ios/` and run pod install. You should find two dependencies getting installed, `RNVerloopSDK` and `VerloopSDKiOS`
22
+
1. Go to `ios` and run `pod install`. You should find two dependencies getting installed, `RNVerloopSDK` and `VerloopSDKiOS`. You should be good to go.
23
23
24
24
#### Android - Manual
25
25
@@ -36,10 +36,6 @@
36
36
compile project(':react-native-verloop-sdk')
37
37
```
38
38
39
-
#### Additional iOS step:
40
-
41
-
* Add a line in podfile (ios ->Podfile) : ENV['SWIFT_VERSION'] = '4.2'
0 commit comments