-
Notifications
You must be signed in to change notification settings - Fork 78
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
React native 65 and above #32
Comments
Same issue for me, the problem is android gradle plugin version 7.0 https://stackoverflow.com/questions/23796404/could-not-find-method-compile-for-arguments-gradle This package was updated 4 years ago, isn't it just abandoned? Should we just use an alternative? For example: https://www.npmjs.com/package/rn-android-keyboard-adjust |
YES DEFINITLY MIGRATE to https://www.npmjs.com/package/rn-android-keyboard-adjust |
I think this package is much better option. https://www.npmjs.com/package/react-native-avoid-softinput |
Would you please change the compile "com.facebook.react:react-native:+" to implementation "com.facebook.react:react-native:+" i android>build.gradle file as compile is not working on react native 65 and above
The text was updated successfully, but these errors were encountered: