I followed this video, but it always gives me this strange error. I don't understand it, especially
video : https://www.youtube.com/watch?v=vojHmGUGUGc&t=1604s
error : ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGoogleSignin' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes
In fact, I don’t even understand the error to fix it myself or understand what this error means, so anyone who has gone through this experience, tell me.
Supabase
YouTube
Sign in with Google on Expo React Native
On native Android devices we can use the native Sign in with Google flow which uses the operating system's built-in functionalities to prompt the user for consent[0].
We can use the react-native-google-signin/google-signin library[1] to implement native Google Sign in into our Expo React native applications.
Read the docs: https://supabase.co...
1 Reply