Skip to content

Commit 7ae78b4

Browse files
authored
Merge pull request #618 from Iterable/2.0.0-alpha/MOB-10430-cleanup
[MOB-10430] Cleans up things not addressed in tickets
2 parents 275f583 + 3a9df04 commit 7ae78b4

File tree

6 files changed

+8
-71
lines changed

6 files changed

+8
-71
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,27 @@ you to create better experiences for—and deeper relationships with—your
77
customers. Use it to send customized email, SMS, push notification, in-app
88
message 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
1111
Iterable. It supports JavaScript and TypeScript.
1212

1313
## Requirements
1414

1515
Iterable'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

android/src/main/java/com/iterable/reactnativesdk/ReactNativeSdkModule.kt

Lines changed: 0 additions & 25 deletions
This file was deleted.

android/src/main/java/com/iterable/reactnativesdk/ReactNativeSdkPackage.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

ios/ReactNativeSdk-Bridging-Header.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

ios/ReactNativeSdk.mm

Lines changed: 0 additions & 14 deletions
This file was deleted.

ios/ReactNativeSdk.swift

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)