memowake-front/README.md
Junhui Chen d31b587330 feat: 自动上传组件
feat: 自动上传组件
Co-authored-by: Junhui Chen <chenjunhui@fairclip.cn>
Co-committed-by: Junhui Chen <chenjunhui@fairclip.cn>
2025-07-17 15:55:27 +08:00

18 lines
372 B
Markdown

## 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
```