Food Point for Snack - React Native App
Tap to play & select:
-
iOS
-
Android
-
Download the Expo Client and scan the QR code to get started.
npm run start -c
npm run dev -c
yarn dev
rm -r node_modules
rm package-lock.json
expo upgrade
yarn dev
expo build:android -t apk
expo build:android -t app-bundle
expo build:ios -t archive
expo build:ios -t simulator
expo build:status
...