You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following warning when upgrading from React Native 0.59.10 to 0.62.2:
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
I useimplementation project(':react-native-exif') in my Gradle file and still get this error. Do you have an idea what might cause this warning?
The text was updated successfully, but these errors were encountered:
I haven't worked on anything related to this lib for a long time and it's a bit abandoned, sorry. I've merged all the PRs and I've released version 0.5.0, but I haven't been able to test it.
I get the following warning when upgrading from React Native 0.59.10 to 0.62.2:
I use
implementation project(':react-native-exif')
in my Gradle file and still get this error. Do you have an idea what might cause this warning?The text was updated successfully, but these errors were encountered: