react-native-expo-starter

Awesome starter template to help you build mobile app with React native and Expo.

Usage no npm install needed!

<script type="module">
  import reactNativeExpoStarter from 'https://cdn.skypack.dev/react-native-expo-starter';
</script>

README



Dependency Status devDependency Status MIT License

Built by DEVERO Current release

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.