## Dependencies ### SQLite - [SQLite](https://sqlite.org/index.html) ```shell expo install expo-sqlite cp node_modules/wa-sqlite/dist/wa-sqlite.wasm node_modules/expo-sqlite/web/wa-sqlite/ ``` ## Build ### EAS Build ```shell eas build --platform android --profile development ``` ### EAS Workflow ```shell npx eas-cli@latest workflow:run create-production-builds.yml ```