@@ -17,6 +17,11 @@ Iterable. It supports JavaScript and TypeScript.
1717
1818- [ Iterable's React Native SDK] ( #iterables-react-native-sdk )
1919 - [ Requirements] ( #requirements )
20+ - [ React Native] ( #react-native )
21+ - [ UI Components require additional peer dependencies] ( #ui-components-require-additional-peer-dependencies )
22+ - [ Optional peer dependencies for enhanced UI] ( #optional-peer-dependencies-for-enhanced-ui )
23+ - [ iOS] ( #ios )
24+ - [ Android] ( #android )
2025 - [ Architecture Support] ( #architecture-support )
2126 - [ Installation] ( #installation )
2227 - [ Features] ( #features )
@@ -34,22 +39,24 @@ Iterable. It supports JavaScript and TypeScript.
3439
3540Iterable's React Native SDK relies on:
3641
37- - ** React Native**
38- - [ React Native 0.75+] ( https://github.com/facebook/react-native )
39- - [ React 18.1+] ( https://github.com/facebook/react )
42+ ### React Native
43+ - [ React Native 0.75+] ( https://github.com/facebook/react-native )
44+ - [ React 18.1+] ( https://github.com/facebook/react )
4045
41- _ UI Components require additional peer dependencies_
42- - [ React Navigation 6+] ( https://github.com/react-navigation/react-navigation )
43- - [ React Native Safe Area Context 4+] ( https://github.com/th3rdwave/react-native-safe-area-context )
44- - [ React Native Vector Icons 10+] ( https://github.com/oblador/react-native-vector-icons )
45- - [ React Native WebView 13+] ( https://github.com/react-native-webview/react-native-webview )
46+ #### UI Components require additional peer dependencies
47+ - [ React Navigation 6+] ( https://github.com/react-navigation/react-navigation )
48+ - [ React Native Safe Area Context 4+] ( https://github.com/th3rdwave/react-native-safe-area-context )
49+ - [ React Native WebView 13+] ( https://github.com/react-native-webview/react-native-webview )
4650
47- - ** iOS**
51+ #### Optional peer dependencies for enhanced UI
52+ - [ React Native Vector Icons 10+] ( https://github.com/oblador/react-native-vector-icons ) - Provides enhanced icons for the inbox component. If not installed, the SDK will use fallback Unicode symbols.
53+
54+ ### iOS
4855 - Xcode 12+
4956 - [Deployment target 13.4+](https://help.apple.com/xcode/mac/current/#/deve69552ee5)
5057 - [Iterable's iOS SDK](https://github.com/Iterable/iterable-swift-sdk)
51-
52- - ** Android**
58+ - Swift 5
59+ ### Android
5360 - [`minSdkVersion` 21+, `compileSdkVersion` 31+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd)
5461 - [Iterable's Android SDK](https://github.com/Iterable/iterable-android-sdk)
5562
0 commit comments