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
When running npx react-native run-android, the following warning message appears:
npx react-native run-android
> Task :bugsnag_react-native:compileDebugKotlin w: my-app/node_modules/@bugsnag/react-native/android/src/main/java/com/bugsnag/android/BugsnagReactNative.kt: (75, 84): Unchecked cast: Any? to Map<String, Any?>? w: my-app/node_modules/@bugsnag/react-native/android/src/main/java/com/bugsnag/android/BugsnagReactNative.kt: (76, 88): Unchecked cast: Any? to Map<String, Any?>?
and
w: my-app/node_modules/@bugsnag/react-native/android/src/main/java/com/bugsnag/android/MapExtensions.kt: (19, 79): Unchecked cast: Any? to MutableMap<String, Any>
Packages
"@bugsnag/react-native": "^7.3.2", "react": "16.13.1", "react-native": "0.63.0"
The text was updated successfully, but these errors were encountered:
Thanks for raising @Andarius, we'll take a look.
Sorry, something went wrong.
A PR has been raised: #1027.
Hi @Andarius.
This has now been fixed and released in version v7.3.4.
No branches or pull requests
When running
npx react-native run-android
, the following warning message appears:and
Packages
The text was updated successfully, but these errors were encountered: