https://github.com/rangle/react-native-example
React-native and redux example package
https://github.com/rangle/react-native-example
Last synced: about 1 year ago
JSON representation
React-native and redux example package
- Host: GitHub
- URL: https://github.com/rangle/react-native-example
- Owner: rangle
- Created: 2017-05-05T14:21:54.000Z (about 9 years ago)
- Default Branch: dev
- Last Pushed: 2021-03-30T06:57:46.000Z (about 5 years ago)
- Last Synced: 2025-03-24T14:13:05.455Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.41 MB
- Stars: 7
- Watchers: 18
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native starter
| **Build** | **Status** |
|---|---|
| **Circle CI** | [](https://circleci.com/gh/rangle/react-native-starter/tree/dev) |
| **iOS** | [](https://dashboard.buddybuild.com/apps/5911ec83fa14870001a3c3ce/build/latest?branch=dev) |
| **Android** | [](https://dashboard.buddybuild.com/apps/5911ee89fbf04f00014c0874/build/latest?branch=dev)|
### Getting detox to run
```
brew tap facebook/fb
export CODE_SIGNING_REQUIRED=NO && brew install fbsimctl --HEAD
```
Then run:
```
yarn e2e
```