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 179b99a commit 8fa8fa4Copy full SHA for 8fa8fa4
README.md
@@ -23,7 +23,11 @@ you can find demo here: https://github.com/oney/RCTWebRTCDemo
23
24
#### BREAKING NOTE:
25
26
-for old RN versions (RN < 0.40) please use version `1.5.4`
+* since `2.1.0`, you should use `RN 40+` and upgrade your xcode to support `swift 3`.
27
+ after upgrading xcode, `Edit -> Convert -> To Current Swift Syntax` to invoke `Swift Migration Assistant`
28
+ see [Migrating to Swift 2.3 or Swift 3 from Swift 2.2](https://swift.org/migration-guide/)
29
+
30
+* for old RN versions (RN < 0.40) please use version `1.5.4` ( Swift 2.2~2.3 )
31
32
33
**from npm package**: `npm install react-native-incall-manager`
0 commit comments