Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 784 Bytes

RN code base template ⚡

This project is a React Native boilerplate that can be used to kickstart a mobile application.
Based on react-native-boilerplate project but we remove unnecessary dependencies.

🚀 Getting Started

1. Installation

To create a new project using the template simply run :

npx react-native@latest init MyApp --template https://github.com/TranVux/rn-code-base-template.git

2. Run Android

yarn android

3. Run IOS

yarn ios

4. Credits

@thecodingmachine

5. Collaborators

@TranVux @duyrk