Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOB-10430] Cleans up things not addressed in tickets #618

Open
wants to merge 3 commits into
base: 2.0.0-alpha/MOB-10289-make-todos-into-tickets
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,27 @@ you to create better experiences for—and deeper relationships with—your
customers. Use it to send customized email, SMS, push notification, in-app
message and web push notification campaigns to your customers.

This SDK helps you integate your React Native-based iOS and Android apps with
This SDK helps you integrate your React Native-based iOS and Android apps with
Iterable. It supports JavaScript and TypeScript.

## Requirements

Iterable's React Native SDK relies on:

- **React Native**
- [React Native 0.60.0+](https://github.com/facebook/react-native)
- [React Native CLI 2.0.1+](https://reactnative.dev/docs/upgrading#react-native-cli)
- [React Native 0.75.3+](https://github.com/facebook/react-native)
- [@react-navigation/native 6.1.18+](https://www.npmjs.com/package/@react-navigation/native)
- [react-native-safe-area-context 4.11.1+](https://www.npmjs.com/package/react-native-safe-area-context)
- [react-native-vector-icons 10.2.0+](https://www.npmjs.com/package/react-native-vector-icons)
- [react-native-webview 13.12.3+](https://www.npmjs.com/package/react-native-webview)

- **iOS**
- Xcode 12+
- [Deployment target 10.0+](https://help.apple.com/xcode/mac/current/#/deve69552ee5)
- [Deployment target 13.4+](https://help.apple.com/xcode/mac/current/#/deve69552ee5)
- [Iterable's iOS SDK](https://github.com/Iterable/iterable-swift-sdk)

- **Android**
- [`minSdkVersion` 16+, `compileSdkVersion` 28+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd)
- [`minSdkVersion` 21+, `compileSdkVersion` 31+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd)
- [Iterable's Android SDK](https://github.com/Iterable/iterable-android-sdk)

## Installation
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions ios/ReactNativeSdk-Bridging-Header.h

This file was deleted.

14 changes: 0 additions & 14 deletions ios/ReactNativeSdk.mm

This file was deleted.

8 changes: 0 additions & 8 deletions ios/ReactNativeSdk.swift

This file was deleted.