Skip to content

vora/react-native-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Template

Template Readme

Usage

npx react-native init MyApp --template https://github.com/vora/react-native-template.git

Working on the Template

If you need to update the template, you can run the project in /template like a regular React Native project

Quick Start:

  1. Make sure you have NodeJS & Yarn installed
  2. Install Node Dependencies: yarn
  3. Install Pods (for iOS): npx pod-install
  4. Build for iOS: yarn ios