Skip to content

amwebexpert/poc-archiver-expo

Repository files navigation

poc-archiver-expo

Expo SDK Proof of concepts collection

GitHub release (latest by date) GitHub Release Date GitHub last commit GitHub GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Some screen captures

Android Dark iOS Dark Android Light iOS Light

Scripts

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.

Project coding guidelines

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.

References

Builds for iOS Simulator

OTA updates on Android devices

eas update --channel preview --platform android --message "OTA detail message here..."

ONNX Runtime for RN (early access PR ref.)

Incoming steps (drawer integration)