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: 2 months ago
JSON representation

A template for react native applications with built-in navigation.

Lists

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
```