@@ -15,17 +15,14 @@ Iterable. It supports JavaScript and TypeScript.
1515Iterable's React Native SDK relies on:
1616
1717- ** React Native**
18- - [ React Native 0.75.3+] ( https://github.com/facebook/react-native )
19- - [ @react-navigation/native 6.1.18+] ( https://www.npmjs.com/package/@react-navigation/native )
20- - [ react-native-safe-area-context 4.11.1+] ( https://www.npmjs.com/package/react-native-safe-area-context )
21- - [ react-native-vector-icons 10.2.0+] ( https://www.npmjs.com/package/react-native-vector-icons )
22- - [ react-native-webview 13.12.3+] ( https://www.npmjs.com/package/react-native-webview )
18+ - [ React Native 0.75+] ( https://github.com/facebook/react-native )
19+ - [ React 18.1+] ( https://github.com/facebook/react )
2320
2421 _ UI Components require additional peer dependencies_
2522 - [ React Navigation 6+] ( https://github.com/react-navigation/react-navigation )
2623 - [ React Native Safe Area Context 4+] ( https://github.com/th3rdwave/react-native-safe-area-context )
27- - [ React Native Vector Icons 9 +] ( https://github.com/oblador/react-native-vector-icons )
28- - [ React Native WebView 11 +] ( https://github.com/react-native-webview/react-native-webview )
24+ - [ React Native Vector Icons 10 +] ( https://github.com/oblador/react-native-vector-icons )
25+ - [ React Native WebView 13 +] ( https://github.com/react-native-webview/react-native-webview )
2926
3027- ** iOS**
3128 - Xcode 12+
@@ -66,6 +63,7 @@ For quick reference, the following table lists the versions of the [Android SDK]
6663
6764| RN SDK Version | Android SDK Version | iOS SDK Version |
6865| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- |
66+ | [ 2.0.0-beta] ( https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.0.0-beta ) | [ 3.5.2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2 ) | [ 6.5.4] ( https://github.com/Iterable/swift-sdk/releases/tag/6.5.4 )
6967| [ 1.3.21] ( https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.20 ) | [ 3.5.2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2 ) | [ 6.5.4] ( https://github.com/Iterable/swift-sdk/releases/tag/6.5.4 )
7068| [ 1.3.20] ( https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.20 ) | [ 3.5.2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2 ) | [ 6.5.4] ( https://github.com/Iterable/swift-sdk/releases/tag/6.5.4 )
7169| [ 1.3.19] ( https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.19 ) | [ 3.5.2] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2 ) | [ 6.5.3] ( https://github.com/Iterable/swift-sdk/releases/tag/6.5.3 )
0 commit comments