Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 483 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 483 Bytes

Mogami React Native Starter

Getting Started

This is a React Native project based on the React Native TypeScript template.

Installation

npm install
# or
yarn install

Run the dev server (metro)

npm start
# or
yarn start

Run the Android app

npm run android
# or
yarn android

Run the iOS app

npm run ios
# or
yarn ios