Skip to content

JBudny/bridging-training

Repository files navigation

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