Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tassdr/react-native-template
A template for react native applications with built-in navigation.
https://github.com/tassdr/react-native-template
navigation react-native template
Last synced: about 2 months ago
JSON representation
A template for react native applications with built-in navigation.
- Host: GitHub
- URL: https://github.com/tassdr/react-native-template
- Owner: tassdr
- Created: 2019-02-07T18:50:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T13:01:39.000Z (almost 6 years ago)
- Last Synced: 2024-08-15T00:20:10.375Z (5 months ago)
- Topics: navigation, react-native, template
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-native - React Native Drawer & Bottom-Tab Navigation ★6
- awesome-react-native - React Native Drawer & Bottom-Tab Navigation ★6
- awesome-react-native - React Native Drawer & Bottom-Tab Navigation ★6
README
# Introduction
A template for react native applications with built-in navigation. Includes a drawer and a bottom-tab navigator, a customizable header component, and a few sample screens.![demo](https://user-images.githubusercontent.com/38190388/52672650-c01a8a80-2f1e-11e9-8e4d-2d4f04129218.gif)
# Demo
Snack made by [cjmling](https://github.com/cjmling) available [here](https://snack.expo.io/@cjmling/react-tab-and-drawer)
# Running the app
1. Follow the instructions and install the dependencies required for your target OS from [here](https://facebook.github.io/react-native/docs/getting-started.html)
2. ```
git clone https://github.com/tassdr/react-native-template.git
```
3. ```
npm install
```
4. ```
react-native run-android
```
or ```
react-native run-ios
```