Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 613 Bytes

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

yarn start

Step 2: Start Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

yarn android

Scripts

  • codegen:android - generate specification for native Android code