Skip to content

mazenchami/MasteringNativeCodeStarterPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mastering Native Code Starter Pack

Welcome to the Mastering Native Code 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 Mastering Native Code 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. Initialize the project:
cd ~/Dev
npx react-native init advancedcontacts # "y" to all prompts
cd advancedcontacts
  1. Run the project setup script:
yarn
  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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published