Open dodacvan opened 6 years ago
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?