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
Describe the bug
When I use the plugin with RN 0.76 with the new architecture I see this error while compiling the code:
Error: Exception in HostObject::get for prop 'GooglePayButtonConstants': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: GooglePayButtonConstants.getConstants(). Details: Unable to parse JNI signature. Detected unsupported return class: java.util.HashMap
To Reproduce
Steps to reproduce the behavior:
Create a new RN 0.76 project
Add the library
Add the GooglePay button
When you compile - See error
Error: Exception in HostObject::get for prop 'GooglePayButtonConstants': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: GooglePayButtonConstants.getConstants(). Details: Unable to parse JNI signature. Detected unsupported return class: java.util.HashMap
Expected behavior
The project should be compiled correctly
Screenshots
Error: Exception in HostObject::get for prop 'GooglePayButtonConstants': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: GooglePayButtonConstants.getConstants(). Details: Unable to parse JNI signature. Detected unsupported return class: java.util.HashMap
Desktop (please complete the following information):
Smartphone (please complete the following information):
Android Google Phone
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use the plugin with RN 0.76 with the new architecture I see this error while compiling the code:
To Reproduce
Steps to reproduce the behavior:
Error: Exception in HostObject::get for prop 'GooglePayButtonConstants': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: GooglePayButtonConstants.getConstants(). Details: Unable to parse JNI signature. Detected unsupported return class: java.util.HashMap
Expected behavior
The project should be compiled correctly
Screenshots
Error: Exception in HostObject::get for prop 'GooglePayButtonConstants': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: GooglePayButtonConstants.getConstants(). Details: Unable to parse JNI signature. Detected unsupported return class: java.util.HashMap
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: