Luke
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
Hey everyone. I'm trying to run an Android expo build on a project with the react-native-prisma.
Here is my branch for reference: https://github.com/luketurnbull/todo-native-app/tree/lukes-local-first-todo
I'm getting the following error in the
Run gradlew
step.
Error: Unable to resolve module .prisma/client/react-native from /home/expo/workingdir/build/node_modules/@prisma/client/react-native.js: .prisma/client/react-native could not be found within the project or in these directories:
node_modules
1 | module.exports = {
2 | ...require('.prisma/client/react-native'),| ^ 3 | } 4 | prisma.schema: eas.json:
9 replies