react-native-orientation
react-native-orientation copied to clipboard
Fix: replace depricated `compile` call
This PR should fix this error:
> Configure project :react-native-orientation
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed in version 5.0 of the Android Gradle plugin.
For more information, see http://d.android.com/r/tools/update-dependency-configurations.html.
This should fix this issue: https://github.com/yamill/react-native-orientation/issues/390
@yamill @stoneman1 can this be accepted/ released?