Skip to content

infinitered/ReactNativeEssentialsStarterPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Essentials Starter Pack

Welcome to the React Native Essentials Starter Pack! This repository is a setup template for getting your environment ready for React Native development. Once you've completed this setup, you'll be able to start building your own React Native apps and also make sure you're ready to attend the React Native Essentials workshop! 🎉


Table of Contents

Quick Start

For the full instructions on how to setup your environment for React Native development, head on over to Environment Setup.

  1. Run the project setup script:
yarn setup
  1. Start the metro bundler:
yarn start
  1. Build in dev mode:
  • Android: by typing a in metro, or in a new shell instance:

    yarn android
  • iOS: by typing i in metro, or in a new shell instance:

    yarn ios
  1. Build for your device:

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources: