We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating from React Native 0.75.1 to 0.76.3, everything broke. Below are the exact versions and the error details:
"react-native": "0.76.3", "countly-sdk-react-native-bridge": "^24.4.0", After npm run android: Log: (NOBRIDGE) LOG Bridgeless mode is enabled (NOBRIDGE) ERROR Error: Exception in HostObject::get for prop 'CountlyReactNative': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: CountlyReactNative.onNotification(). Details: Unable to parse JNI signature. Detected unsupported parameter class: java.util.Map
The text was updated successfully, but these errors were encountered:
Hi @andreydos , we do not support new architecture so you would need to disable it (gradle.properties, newArchEnabled should be set to false)
Sorry, something went wrong.
No branches or pull requests
After updating from React Native 0.75.1 to 0.76.3, everything broke. Below are the exact versions and the error details:
"react-native": "0.76.3",
"countly-sdk-react-native-bridge": "^24.4.0",
After npm run android:
Log:
(NOBRIDGE) LOG Bridgeless mode is enabled
(NOBRIDGE) ERROR Error: Exception in HostObject::get for prop 'CountlyReactNative': com.facebook.react.internal.turbomodule.core.TurboModuleInteropUtils$ParsingException: Unable to parse @ReactMethod annotation from native module method: CountlyReactNative.onNotification(). Details: Unable to parse JNI signature. Detected unsupported parameter class: java.util.Map
The text was updated successfully, but these errors were encountered: