Welcome to Carebear App Development Build
How to build
- Instal cli
npm install -g eas-cli
- Login using carebear.vtmp@gmail.com (password like email password)
eas login
- start build
eas build --profile development --platform android
- Check build status and error (if have): https://expo.dev/accounts/vtmp-group-4/projects/care/builds
How to run
- After run, you will receive an .apk package in terminal -> click on it and download
- Open Android Studio, run your mobile app in device manager
- mine is Pixel 6 Pro, I press the play button
- Drag the .apk package into simulator
- Wait for it to downloaded into simulator
- run this command without pressing s (expogo) or a (android)
npx expo start -c
- Note: DO NOT PRESS ANY BUTTON AT THIS TIME
- You will see the update in android simulator, from now on, you won't need to build again unless you use new native library. You only need to run npx expo start -c and open the simulator and you can start code