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
After upgrading to react-native 0.76, on Android I see the following runtime error:
(NOBRIDGE) ERROR Error: Exception in HostObject::get for prop 'RNIterableAPI': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: RNIterableAPI. Details: Module exports two methods to JavaScript with the same name: "setEmail
(NOBRIDGE) WARN Possible Unhandled Promise Rejection (id: 0):
TypeError: Cannot read property 'Iterable' of undefined
The text was updated successfully, but these errors were encountered:
After upgrading to react-native 0.76, on Android I see the following runtime error:
The text was updated successfully, but these errors were encountered: