Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ideyuta/rnnavigatorsample
React Native Navigator Sample to Flux.
https://github.com/ideyuta/rnnavigatorsample
Last synced: 8 days ago
JSON representation
React Native Navigator Sample to Flux.
- Host: GitHub
- URL: https://github.com/ideyuta/rnnavigatorsample
- Owner: ideyuta
- Created: 2015-10-07T05:29:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T05:34:29.000Z (about 9 years ago)
- Last Synced: 2024-04-09T14:40:22.423Z (7 months ago)
- Language: Objective-C
- Size: 504 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Navigator Sample to Flux
## Description
React Native Navigator Sample to Flux.
![overview](overview.gif)
## Requirements
[React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html)
- **Requirements**
* Install Node.js 4.0 or newer.
* Install npm v2.14.7 (in the case React-Native v0.11.0)
* Install watchman newer- **iOS Setup**
* Xcode 6.3 or higher is required.## Installation
1. Install & Build
```vi
$ npm i
$ npm run build
```2. Run server
```vi
$ npm start
```3. Open & Run `ios/rnNavigatorSample.xcodeproj`
## Development
Requirement React-Native CLI
```
npm i -g react-native-cli
```