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

https://github.com/jamkaramol/reactnativenavigationstarter

A quick start code template for react-native project with navigation
https://github.com/jamkaramol/reactnativenavigationstarter

android easy-to-use modal navigation quickstart react-native starter

Last synced: 3 months ago
JSON representation

A quick start code template for react-native project with navigation

Awesome Lists containing this project

README

          

# React-native with Navigation screens

![Demo](data/demo.gif)

This is a react native starter project with react navigation.
- To quick start react native project with react native navigation.
- Using [ReactNavigation 3.x].
- Code only support for android devices.

# Features!

- Navigation
- Open modal

### Tech

* [ReactNative]
* [ReactNavigation 3.x]

### Installation

It requires [ReactNative] and [AndroidStudio].

Install the dependencies and run the code.

```sh
$ npm install
$ react-native link react-native-gesture-handler
$ react-native run-android
```

### Todos
- Add navigation drawer

[ReactNative]:
[ReactNavigation 3.x]:
[AndroidStudio]: