Skip to content

Commit 8fa8fa4

Browse files
authored
Update README for swift 3 migration
1 parent 179b99a commit 8fa8fa4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ you can find demo here: https://github.com/oney/RCTWebRTCDemo
2323

2424
#### BREAKING NOTE:
2525

26-
for old RN versions (RN < 0.40) please use version `1.5.4`
26+
* 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 )
2731

2832

2933
**from npm package**: `npm install react-native-incall-manager`

0 commit comments

Comments
 (0)