Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 847 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 847 Bytes

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

Demo

Snack made by cjmling available here

Running the app

  1. Follow the instructions and install the dependencies required for your target OS from here

  2. git clone https://github.com./tassdr/react-native-template.git
    
  3. npm install
    
  4. react-native run-android
    

or react-native run-ios