Skip to content
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

Open
niloufarMakhzani opened this issue Jul 5, 2022 · 3 comments
Open

React native 65 and above #32

niloufarMakhzani opened this issue Jul 5, 2022 · 3 comments

Comments

@niloufarMakhzani
Copy link

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

@AlexTaran
Copy link

AlexTaran commented Jul 5, 2022

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

@redouane-boudella
Copy link

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

@StanislavMayorov
Copy link

For example: 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
I tried rn-android-keyboard-adjust, but it requires node v16 and installs its own gradle (potential conflicts) without a good reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants