react-native-expo-starter
v1.0.0
Published
Awesome starter template to help you build mobile app with React native and Expo.
Downloads
32
Maintainers
Readme
React Native & Expo Starter
Awesome starter template to help you build mobile app with React native and Expo.
Table of contents
Install
Clone this repository
git clone https://github.com/alexdevero/react-native-expo-starter.git
Install dependencies
npm install
or
yarn
Usage
Run the app
npm run start
or
yarn run start
Develop the app for iOS
npm run ios
or
yarn run ios
Develop the app for Android
npm run android
or
yarn run android
Code of Conduct
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
License
MIT © Alex Devero.