snippetbashTip
expo — Build, develop, and deploy React Native apps. More information: <https://docs.expo.dev/eas/>.
Viewed 0 times
expocommandbuildreactandclideploydevelop
Problem
How to use the
expo command: Build, develop, and deploy React Native apps. More information: <https://docs.expo.dev/eas/>.Solution
expo — Build, develop, and deploy React Native apps. More information: <https://docs.expo.dev/eas/>.Build an Android APK or AAB:
expo build:androidBuild an iOS IPA:
expo build:iosRun the app in Expo Go:
expo startInstall a dependency:
expo install {{package_name}}Prebuild native Android/iOS projects:
expo prebuildRun the app on Android:
expo run:androidRun the app on iOS:
expo run:iosCode Snippets
Build an Android APK or AAB
expo build:androidBuild an iOS IPA
expo build:iosRun the app in Expo Go
expo startInstall a dependency
expo install {{package_name}}Prebuild native Android/iOS projects
expo prebuildContext
tldr-pages: common/expo
Revisions (0)
No revisions yet.