Skip to content

Commit fa17e14

Browse files
committed
Remove references to SampleApp from configuration and documentation
1 parent 6f658b9 commit fa17e14

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
"eslintIgnore": [
157157
"node_modules/",
158158
"lib/",
159-
"integration-testing/",
160-
"SampleApp/"
159+
"integration-testing/"
161160
],
162161
"prettier": {
163162
"quoteProps": "consistent",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"target": "ESNext",
2727
"verbatimModuleSyntax": true
2828
},
29-
"exclude": ["SampleApp/", "integration-testing/"]
29+
"exclude": ["integration-testing/"]
3030
}

0 commit comments

Comments
 (0)