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
- Host: GitHub
- URL: https://github.com/jamkaramol/reactnativenavigationstarter
- Owner: jamkaramol
- Created: 2019-03-20T12:07:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T10:39:20.000Z (over 7 years ago)
- Last Synced: 2024-10-06T08:08:13.883Z (almost 2 years ago)
- Topics: android, easy-to-use, modal, navigation, quickstart, react-native, starter
- Language: JavaScript
- Size: 243 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React-native with Navigation screens

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]: