react-native-oauth
react-native-oauth copied to clipboard
OAuthManagerPackage.java:39: error: method does not override or implement a method from a supertype, \oauth\OAuthManagerDialogFragment.java uses or overrides a deprecated API.

Remove the @Override
I fixed the issue following https://github.com/fullstackreact/react-native-oauth/issues/158 by commenting out node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerPackage.java line 39 @Override
Tampering with files in the node_modules directory is an anti pattern, can't there be a solution for this available in the package itself?