@@ -7,24 +7,27 @@ you to create better experiences for—and deeper relationships with—your
77customers. Use it to send customized email, SMS, push notification, in-app
88message and web push notification campaigns to your customers.
99
10- This SDK helps you integate your React Native-based iOS and Android apps with
10+ This SDK helps you integrate your React Native-based iOS and Android apps with
1111Iterable. It supports JavaScript and TypeScript.
1212
1313## Requirements
1414
1515Iterable's React Native SDK relies on:
1616
1717- ** React Native**
18- - [ React Native 0.60.0+] ( https://github.com/facebook/react-native )
19- - [ React Native CLI 2.0.1+] ( https://reactnative.dev/docs/upgrading#react-native-cli )
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 )
2023
2124- ** iOS**
2225 - Xcode 12+
23- - [ Deployment target 10.0 +] ( https://help.apple.com/xcode/mac/current/#/deve69552ee5 )
26+ - [ Deployment target 13.4 +] ( https://help.apple.com/xcode/mac/current/#/deve69552ee5 )
2427 - [ Iterable's iOS SDK] ( https://github.com/Iterable/iterable-swift-sdk )
2528
2629- ** Android**
27- - [ ` minSdkVersion ` 16 +, ` compileSdkVersion ` 28 +] ( https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd )
30+ - [ ` minSdkVersion ` 21 +, ` compileSdkVersion ` 31 +] ( https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd )
2831 - [ Iterable's Android SDK] ( https://github.com/Iterable/iterable-android-sdk )
2932
3033## Installation
0 commit comments