kovacs
kovacs
PPrisma
Created by Luke on 11/21/2024 in #help-and-questions
ORM for Expo, Android Build. Error: Unable to resolve module .prisma/client/react-native
Hi Luke, I was facing the same issue and found a way to solve it by adding Prisma in devDependencies in package.json: "devDependencies": { ..., "prisma": "^5.22.0" }. I am using Expo SDK 51, @prisma/client and @prisma/react-native": 5.22.0. Hope this helps you 👍 .
11 replies