In the video, we learn how to package applications (developed using react native) for android & iOS platform.
Useful Commands
Install EAS command:
npm install -g eas-cli
Log in to your Expo account command:
eas login
Configure your project command:
eas build:configure
For an APK (Testing on real devices) command:
eas build -p android --profile preview
For an AAB (Google Play Store) command:
eas build -p android --profile production
You may also like to watch the following:
How to build a QR Code Generator Mobile App for Android & iOS platforms - part 1:
• How to build a QR Code Generator Mobile Ap...
Google Antigravity for beginners - Getting started with Google Antigravity:
• Google Antigravity AI IDE for Beginners - ...
How to run React Native App on your physical mobile phone:
• React Native #2 – Project Structure & Firs...
#googleantigravity #google #qrcode #qrcodegenerator #qrcodescanner
#android #ios
Chapters:
00:00 Introduction
00:23 First command
01:08 Login to EAS Server
03:33 Download, install & run the app (.apk) on the phone
04:48 Generating the AAB file for Google Play Store
05:38 Conclusion