- Publish the app on expo.dev to share the QR code and allow everyone to test it
yarn update
- Run the app locally for ios, android and web
yarn start
- Prior to publish the app in Google Play and App Store, you must generate builds
yarn build
- Submit the iOS build to the App Store
yarn submit:ios
- Submit the Android build to the Google Play Store
yarn submit:android
- This example using the
tailwind-rn
library to allow you to use Tailwind CSS in React Native.