https://github.com/nishanbajracharya/react-native-navigation-flow
React Navigation flow for react-native
https://github.com/nishanbajracharya/react-native-navigation-flow
navigation react-native react-navigation
Last synced: 3 months ago
JSON representation
React Navigation flow for react-native
- Host: GitHub
- URL: https://github.com/nishanbajracharya/react-native-navigation-flow
- Owner: nishanbajracharya
- Created: 2017-04-01T04:24:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T06:56:48.000Z (over 9 years ago)
- Last Synced: 2025-01-21T02:11:20.513Z (over 1 year ago)
- Topics: navigation, react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Navigation Flow
An example to show a navigation flow approach using [react-navigation](https://reactnavigation.org/) for react-native.
## Requirements
* [Node.js](https://nodejs.org/en/) >= 6.5.0
* [NPM](https://www.npmjs.com/) >= 3.10.0
* [Yarn](https://yarnpkg.com/) >= 0.19.0
* [React](https://facebook.github.io/react/) >= 15.4.2
* [React Native](https://facebook.github.io/react-native/) >= 0.42.0
## Installation
* Clone the repository from [https://github.com/nishanbajracharya/React-Native-Navigation-Flow](https://github.com/nishanbajracharya/React-Native-Navigation-Flow):
$ git clone https://github.com/nishanbajracharya/React-Native-Navigation-Flow.git
* Navigate to the directory and install all dependencies listed in [package.json](package.json) using **yarn**:
$ yarn
## Usage
* For Development:
> If you want to run your app in device, first you need to [setup your device](https://facebook.github.io/react-native/docs/running-on-device.html).
Start react native development server:
$ react-native start
Run in android:
$ react-native run-android
Run in ios:
$ react-native run-ios
Check android or ios logs:
$ react-native log-[android/ios]
* For Production:
Follow [these](https://facebook.github.io/react-native/docs/signed-apk-android.html) steps for generating signed apk for android app.
## Screen Capture