Expo SDK Proof of concepts collection
Android Dark | iOS Dark | Android Light | iOS Light |
---|---|---|---|
Command | Description |
---|---|
yarn android |
Build & run the Expo project on an Android device or emulator. |
yarn ios |
Build & run the Expo project on an iOS device or simulator. |
yarn start |
Start the Expo development server. |
yarn lint |
Run linter to check for code style and formatting issues. |
yarn format |
Run linter to automatically fix code style and formatting issues. |
yarn expo:doctor |
Run Expo's doctor command to diagnose issues in the project. |
yarn eas:build:ios:preview |
Build iOS preview using EAS. |
yarn eas:build:ios:development |
Build iOS development using EAS. |
yarn eas:build:android:preview |
Build Android preview using EAS. |
yarn eas:build:android:development |
Build Android development using EAS. |
yarn generate:version |
Generate version infos (see src/constants.ts ) |
yarn eas:run:ios |
Run the latest EAS iOS build . |
yarn eas:run:android |
Run the latest EAS Android build . |
yarn postinstall |
Run patch-package and npm-license-crawler after dependencies are installed. |
Adhering to established coding guidelines is essential for developing efficient, maintainable, and scalable software. These guidelines promote consistency across codebases, making it easier for teams to collaborate and for new developers to understand existing code. By following standardized patterns, such as those outlined in the Coding guidelines, developers can reduce errors and enhance code readability.
- https://docs.expo.dev/develop/development-builds/create-a-build/#create-a-build-for-emulatorsimulator
- https://docs.expo.dev/build-reference/simulators/#installing-build-on-the-simulator
eas update --channel preview --platform android --message "OTA detail message here..."