Getting Started

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

Step 1: To run the app

# First install the dependencies
yarn install or npm i

# Run the app in android
npx react-native run-android