Skip to content

WebDevelopUa/food-point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

food-point-snack

Food Point for Snack - React Native App


DEMO at Snack.expo.io

DEMO at Appetize.io


Tap to play & select:

  1. iOS

  2. Android

  3. Download the Expo Client and scan the QR code to get started.


Run the App & clear cache:

npm run start -c

npm run dev -c

yarn dev

http://localhost:19002/


fix errors:

rm -r node_modules

rm package-lock.json

expo upgrade

yarn dev

create packages with expo-cli

expo build:android -t apk
expo build:android -t app-bundle
expo build:ios -t archive
expo build:ios -t simulator
expo build:status

...