Introduction
April 6, 2019 ยท View on GitHub
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
Snack made by cjmling available here
Running the app
-
Follow the instructions and install the dependencies required for your target OS from here
-
git clone https://github.com/tassdr/react-native-template.git -
npm install -
react-native run-android
or react-native run-ios