Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 260 Bytes

Creating APK Build

eas build -p android --profile preview

Creating AAB Build for App/Playstore Store

eas build --platform android

Creating IOS Build

eas build --platform ios

Creating Build for ALL (android, ios)

eas build --platform all