React Native Prisma issue
Has anyone ran into this error?
TurboModuleRegistry.getEnforcing(...): 'Prisma' could not be found. Verify that a module by this name is registered in the native binary.
I have ran 'npx expo prebuild --clear' and everything installs fine.
I have installed all the dependencies @prisma/client , @prisma/react-native , react-native-quick-base64
The error is pointed out on this line of code
import { reactiveHooksExtension } from '@prisma/react-native'
3 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.It looks like you are facing this same error:
https://github.com/prisma/react-native-prisma/issues/51
At the moment, React Native support is in Early Access, it looks like a recent change has broken something
GitHub
Error (NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.g...
Hello, please help me. It seems that I set up everything as per the instructions, created a separate file for working with the database @/dbContext ` import { PrismaClient } from "@prisma/clie...
Thanks I'll check this out