I upgraded successfully RN to v0.56
on iOS and It is working fine, but it broke the build on Android:
Error:(15, 21) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
file: node_modules/react-native-navigation/android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml
@nanndoj yep, that's exactly my case.
It appears that v2 is way off production ready. Which is worrying for people invested in v1 as we cannot upgrade React Native...
Build failing in android after upgrading rn to 0.56.0.
What is the solution?
@Surbhiairan After I upgraded gradle as Android Studio said, the error is gone and project built successfully
@MirGhojam Can you share a link for upgrading gradle?
I have the same issue... any solution?
@ziyafenn @nanndoj @linnett @Surbhiairan @MirGhojam anyone?
...anyone?
@mdelclaro I have to Downgrade to 0.55.4 to make it work...
@mdelclaro I tried this solution. It work for me
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest version and report back. Thank you for your contributions.
The issue has been closed for inactivity.
Most helpful comment
It appears that v2 is way off production ready. Which is worrying for people invested in v1 as we cannot upgrade React Native...