Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iterable/react-native-sdk-app
https://github.com/iterable/react-native-sdk-app
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iterable/react-native-sdk-app
- Owner: Iterable
- License: mit
- Created: 2024-05-28T19:58:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T16:29:40.000Z (8 months ago)
- Last Synced: 2024-11-24T11:11:42.285Z (2 months ago)
- Language: Objective-C
- Size: 653 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-sdk-app
This app is built using React Native and Iterable's React Native SDK. It can be used on both Android and iOS and works for email and user id based projects. The concept is simple: review clothing items and purchase them. This app works with deep linking, push, in-app messaging etc. You can swap out the item names, image URLs etc in the components/data.js file.
## Important to note
- Make sure you have NodeJS and NPM installed on your computer
- All code is found under the components folder
- Swap out your API key and login using user id or email## Run Instructions
1. Run `npm install` in the root directory
2. In the components/App.js file, swap out `YOUR_API_KEY` for your Iterable API key
3. Run `npm start `- For iOS, open up Xcode and run the app there as well
- For Android, open up Android Studio