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 migrating from Expo 51 to 52, I am getting runtime errors on the dev and prod build for android.
(NOBRIDGE) ERROR Error: Exception in HostObject::get for prop 'RNCallKeep': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: RNCallKeep. Details: Module exports two methods to JavaScript with the same name: "displayIncomingCall [Component Stack]
Config Plugin
@config-plugins/react-native-callkeep
What platform(s) does this occur on?
Android
SDK Version
52
Reproducible demo
Build an Expo 52 project with react-native-callkeep and on launch there will be the runtime error.
The text was updated successfully, but these errors were encountered:
Summary
After migrating from Expo 51 to 52, I am getting runtime errors on the dev and prod build for android.
(NOBRIDGE) ERROR Error: Exception in HostObject::get for prop 'RNCallKeep': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotations from native module: RNCallKeep. Details: Module exports two methods to JavaScript with the same name: "displayIncomingCall [Component Stack]
Config Plugin
@config-plugins/react-native-callkeep
What platform(s) does this occur on?
Android
SDK Version
52
Reproducible demo
Build an Expo 52 project with react-native-callkeep and on launch there will be the runtime error.
The text was updated successfully, but these errors were encountered: