Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 224 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 224 Bytes

Getway App

Installation

npm i

Run

  1. Metro server:
npm run-script start

or npx react-native start

  1. Android device/emulator:
npm run-script android

or npx react-native run-android