This is an Expo project created
with npx create-expo-app@latest
.
- Install dependencies
npm i
- Start the app
Android:
npx expo run:android
iOS(require a MacOS host):
npx expo run:ios
- download sqlite db from xjtu.men and store it as
assets/db/xmen.db
- generate drizzle/schema.ts using
npx drizzle-kit introspect
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.