-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
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
Build failed: Kotlin complaining type mismatch in SafeAreaContextModule.kt #511
Comments
React Native version & version of this library? |
|
Just found a workaround by changing return MapBuilder.of<String, Any>("initialWindowMetrics", getInitialWindowMetrics()) return MapBuilder.of<String, Any>("initialWindowMetrics", getInitialWindowMetrics()!!) Looks like the Map doesn't allow null values? |
Maybe try updating |
I am also having this issue with same verisions. Can we get a fix for this in the package?
|
@objectkuan Where is this change is supposed to be made, which file? Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build.gradle of my app
The error:
The screenshot:
The text was updated successfully, but these errors were encountered: