I am growing a React Native app utilizing TypeScript, and I am presently implementing permissions dealing with, notably for iOS. Nonetheless, I preserve encountering the next error:
Invariant Violation: TurboModuleRegistry.getEnforcing(…): ‘RNPermissions’ couldn’t be discovered. Confirm {that a} module by this title is registered within the native binary. Bridgeless mode: false. TurboModule interop: false. Modules loaded: {“NativeModules”:[“PlatformConstants”,”LogBox”,”SourceCode”,…]}
I’ve already checked that the react-native-permissions bundle is put in in my tasks I believed it was an incompatible model so I up to date it and bought model 4.1.5
“react-native-permissions”: “^4.1.5”
I’ve tried cleansing the challenge and rebuilding it, however the error persists.