Skip to content

Commit

Permalink
Merge pull request #593 from Iterable/2.0.0-alpha/MOB-10036-delete-ol…
Browse files Browse the repository at this point in the history
…d-sample-app

[MOB-10036] Example app: delete old sample
  • Loading branch information
lposen authored Nov 27, 2024
2 parents adcdcf2 + 96aef5f commit 005167f
Show file tree
Hide file tree
Showing 140 changed files with 8 additions and 17,692 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ exclude_patterns:
- "docs/"
- "integration-testing/"
- "**/node_modules/"
- "SampleApp/"
- "scripts/"
- "**/__mocks__/"
- "**/__tests__/"
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
SampleApp
integration-testing
jest.config.js
node_modules
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Iterable's React Native SDK relies on:
- **iOS**
- Xcode 12+
- [Deployment target 10.0+](https://help.apple.com/xcode/mac/current/#/deve69552ee5)
- [Iterable's iOS SDK](https://github.com/Iterable/swift-sdk)
- [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)
Expand All @@ -47,14 +47,13 @@ To learn more about the SDK, read:

## Sample projects

For sample code, take a look at the following projects:
For sample code, take a look at the following project:

- [SampleApp (JavaScript)](https://github.com/Iterable/react-native-sdk/tree/master/SampleApp/javascript)
- [SampleApp (TypeScript)](https://github.com/Iterable/react-native-sdk/tree/master/SampleApp/typescript)
- [Example App](https://github.com/Iterable/react-native-sdk/tree/master/example)

## Version mapping

For quick reference, the following table lists the versions of the [Android SDK](https://github.com/Iterable/iterable-android-sdk) and the [iOS SDK](https://github.com/Iterable/swift-sdk) the React Native SDK points to for version 1.2.0 and above.
For quick reference, the following table lists the versions of the [Android SDK](https://github.com/Iterable/iterable-android-sdk) and the [iOS SDK](https://github.com/Iterable/swift-sdk) the React Native SDK points to for version 1.2.0 and above.

| RN SDK Version | Android SDK Version | iOS SDK Version |
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- |
Expand Down Expand Up @@ -92,7 +91,7 @@ For quick reference, the following table lists the versions of the [Android SDK]
Release notes:

- [Release Notes - Iterable's React Native SDK](https://support.iterable.com/hc/articles/360045714352) (major releases)
- [Releases page on GitHub](https://github.com/Iterable/react-native-sdk/releases)
- [Releases page on GitHub](https://github.com/Iterable/react-native-sdk/releases)
on GitHub (minor releases)

Support policies:
Expand Down
33 changes: 0 additions & 33 deletions SampleApp/javascript/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions SampleApp/javascript/android/app/BUCK

This file was deleted.

202 changes: 0 additions & 202 deletions SampleApp/javascript/android/app/build.gradle

This file was deleted.

19 changes: 0 additions & 19 deletions SampleApp/javascript/android/app/build_defs.bzl

This file was deleted.

Binary file removed SampleApp/javascript/android/app/debug.keystore
Binary file not shown.
10 changes: 0 additions & 10 deletions SampleApp/javascript/android/app/proguard-rules.pro

This file was deleted.

This file was deleted.

Loading

0 comments on commit 005167f

Please sign in to comment.