Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'PlatformConstants' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes
TL;DR
Developers encountered an Invariant Violation error in Expo React Native with the message "TurboModuleRegistry.getEnforcing(...): 'PlatformConstants' could not be found." This points to a missing module in the native binary. To resolve this, ensure that the 'PlatformConstants' module is correctly registered in the project's native binary.Recommended threads
- Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I...
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Issue with oauth on react native
Hello 😀 I'm building an app with expo react native and I was able to connect to my appwrite project. I can see the tableDB and use basic authentication. I hav...