Skip to content

Commit 005167f

Browse files
authored
Merge pull request #593 from Iterable/2.0.0-alpha/MOB-10036-delete-old-sample-app
[MOB-10036] Example app: delete old sample
2 parents adcdcf2 + 96aef5f commit 005167f

File tree

140 files changed

+8
-17692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+8
-17692
lines changed

.codeclimate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exclude_patterns:
44
- "docs/"
55
- "integration-testing/"
66
- "**/node_modules/"
7-
- "SampleApp/"
87
- "scripts/"
98
- "**/__mocks__/"
109
- "**/__tests__/"

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
SampleApp
21
integration-testing
32
jest.config.js
43
node_modules

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Iterable's React Native SDK relies on:
2121
- **iOS**
2222
- Xcode 12+
2323
- [Deployment target 10.0+](https://help.apple.com/xcode/mac/current/#/deve69552ee5)
24-
- [Iterable's iOS SDK](https://github.com/Iterable/swift-sdk)
24+
- [Iterable's iOS SDK](https://github.com/Iterable/iterable-swift-sdk)
2525

2626
- **Android**
2727
- [`minSdkVersion` 16+, `compileSdkVersion` 28+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd)
@@ -47,14 +47,13 @@ To learn more about the SDK, read:
4747

4848
## Sample projects
4949

50-
For sample code, take a look at the following projects:
50+
For sample code, take a look at the following project:
5151

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

5554
## Version mapping
5655

57-
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.
56+
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.
5857

5958
| RN SDK Version | Android SDK Version | iOS SDK Version |
6059
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- |
@@ -92,7 +91,7 @@ For quick reference, the following table lists the versions of the [Android SDK]
9291
Release notes:
9392

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

9897
Support policies:

SampleApp/javascript/README.md

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

SampleApp/javascript/android/app/BUCK

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

SampleApp/javascript/android/app/build.gradle

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

SampleApp/javascript/android/app/build_defs.bzl

Lines changed: 0 additions & 19 deletions
This file was deleted.
-2.2 KB
Binary file not shown.

SampleApp/javascript/android/app/proguard-rules.pro

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

SampleApp/javascript/android/app/src/debug/AndroidManifest.xml

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

0 commit comments

Comments
 (0)