-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG]: Android build fail on RN 0.77 #50
Comments
I'm going to review this issue sometime soon. thank you. It was caused by breaking change in 0.77 link |
@bigriot As a quick fix, you can apply the patch package below to make the build work. @mym0404 I was going to submit a PR, but the example app keeps failing to build, so I'm sharing this for now. |
Thank you! I'll give it a try asap. |
Your patch get's the compile stage going, but still getting cast exception at runtime unfortunately |
@bigriot I met similar error while building example app of this library regardless of this patch. So I think it might be react native 0.77 issue and I found the same issue: facebook/react-native#49075 |
@rarira I guess we'll just have to wait for now :) Thank you for helping out, much appreciated! |
I'd recommend the @rarira 's patch usimg patch package for now. Sorry for the inconvenience because I'm not able to access my laptop temporary. |
Is there an existing issue for this?
Name, Version of @react-native-kakao/*
2.2.6
Version of react-native
0.77
What os are you seeing the problem on?
Android
What device types are you seeing the problem on?
Simulator
What architecture types of react native are you seeing the problem on?
Old Architecture(Bridge)
Version of device(android API, iOS OS version, etc...)
Android API 34
Expo App
What happened?
Encountered build failure while upgrading to RN 0.77.
The failure appears to be two-fold:
Argument type mismatch: actual type is 'com.facebook.react.bridge.ReadableMap?', but 'com.facebook.react.bridge.ReadableMap' was expected.
at RNCKakaoUtil.kt:80:15
Relevant a package.json.
Relevant log output
Reproducible Sample Repository
https://github.com/bigriot/kakao-rn77
Code of Conduct
The text was updated successfully, but these errors were encountered: