Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 645 Bytes

This is a new React Native project, bootstrapped using @react-native-community/cli.

image image

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

Step 2: Start your Application

For Android

# using npx
npx react-native run-android


### For iOS

```bash
# using npx
npx react-native run-ios