You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Expo development build to run my app on android and integrating google signin using this library
Error:
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGoogleSignin' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["PlatformConstants","LogBox","SourceCode","Timing","AppState","BlobModule","WebSocketModule","DevSettings","DevToolsSettingsManager","Networking","Appearance","DevLoadingView","HeadlessJsTaskSupport","DeviceInfo","UIManager","ImageLoader","SoundManager","IntentAndroid","DeviceEventManager","RNCSafeAreaContext","NativeAnimatedModule","I18nManager","RNCDatePicker","RNCTimePicker"],"TurboModules":[],"NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","RedBox","BugReporting","LinkingManager","NativeReactNativeFeatureFlagsCxx","RNSModule","RNGoogleSignin"]}, js engine: hermes [Component Stack]
👋 @MayankChandratre1, sorry you're having an issue. As the issue template explains, it's required that you provide a runnable example that reproduces your issue (please read the issue template).
The reason is that the maintainer does not have time to try reproduce bugs himself. Please try to minimize the superfluous code and focus only on reproducing the bug.
Please create a new issue with this and the maintainer will do his best to review it!.
I am using the Expo development build to run my app on android and integrating google signin using this library
Error:
app.json
and I am using the GoogleSignin in my app as,
import { GoogleSignin } from "@react-native-google-signin/google-signin";
Versions -
React-native-google-signin:
"@react-native-google-signin/google-signin": "^13.1.0",
Expo:
"expo": "^51.0.38",
React-Native:
"react-native": "0.74.5",
The text was updated successfully, but these errors were encountered: