An open API service indexing awesome lists of open source software.

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

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