https://github.com/kudo/sqlite-db-with-updates
Minimal issue repro for importing db in expo-sqlite + expo-updates
https://github.com/kudo/sqlite-db-with-updates
Last synced: 10 months ago
JSON representation
Minimal issue repro for importing db in expo-sqlite + expo-updates
- Host: GitHub
- URL: https://github.com/kudo/sqlite-db-with-updates
- Owner: Kudo
- Created: 2024-04-01T19:21:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T19:23:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T16:51:19.900Z (10 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run the problems
```sh
$ npx expo run:ios --configuration Release
$ npx expo run:android --variant release
```