Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 333 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 333 Bytes

React Native Starter

Installation

npx create-react-native-app --template https://github.com/markmctamney/react-native-starter

Android

React Native

yarn android

Expo

yarn android:expo

iOS

React Native

yarn ios

Expo

yarn ios:expo

Web

yarn web