-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster' #882
Comments
We can force Gradle to build all the dependencies with our main project SDK version and tools versions.
|
@SumanthPuram you saved my react |
@SumanthPuram You saved my day bro! Works perfectly! |
@huston007 Your solution worked! thanks, this should be the correct answer imo. @SumanthPuram solution did not work for me as other libraries had issue with that change. |
@SumanthPuram worked to me as well! Thank you very much. I was facing this issue when using React Native Navigation v1 and React Native 0.56. Thanks! |
@SumanthPuram your solution helped me to generate apk, but this apk doesn't launch.
|
I created a #912 pull request that fixes this issue so anyone migrated to React Native v56 should be good. This approach worked for me as @SumanthPuram method broke other dependencies that I am using. Add the following to your package.json if anyone wants to try it out.
|
Oh God, thanks @SumanthPuram ! |
@huston007 lmao, sorry about that. I did not see your PR. I've been going around other libraries and doing the same and must have not checked. I'll close my PR now. Thanks for the update |
@SumanthPuram Thanks, |
Thanks, @SumanthPuram. Your solution works fine. |
Thanks @SumanthPuram, helped me with v56 Migration :) |
Thanks @SumanthPuram |
Thanks @SumanthPuram ,Get rid of the damn problem at last |
Thanks, it has been fixed by 8187eaf. A new release should be available soon. |
@SumanthPuram i love you |
@SumanthPuram You save me!!! THX!! |
Thanks, @SumanthPuram !. Your solution works with SDK 28 as well. |
@SumanthPuram thanks |
Description
I've upgraded to latest React Native 0.56.0 – It also brings updates of Android build tools versions. I use latest react-native-image-picker@0.26.10
When I run android build (
react-native run-android
) it fails with this messages:How to repeat issue and example
Just try to use react-native-image-picker with latest React Native 0.56.0
Solution
What needs to be done to address this issue? Ideally, provide a pull request with a fix.
Additional Information
Solution
Building react-native-image-picker on the same tools version as main project helps, so I suggest using general approach of supporting passing tools version from root project:
The text was updated successfully, but these errors were encountered: