Using Prisma & Expo
-
Install dependencies with pnpm
pnpm install
-
prebuild app
Haven't tested on Android yet!
npx expo prebuild -p ios --clean && pnpm ios
You can create the database file and initial migration using Prisma migrate:
npx prisma@latest migrate dev
you can now generate the Prisma Client like this:
npx prisma@latest generate