fullstackreact / react-native-oauth

A react-native wrapper for social authentication login for both Android and iOS
https://fullstackreact.com
MIT License
802 stars 214 forks source link

OAuthManagerPackage.java:39: error: method does not override or implement a method from a supertype, \oauth\OAuthManagerDialogFragment.java uses or overrides a deprecated API. #197

Open dodacvan opened 6 years ago

dodacvan commented 6 years ago

screenshot_2

Compulsor-zz commented 6 years ago

Remove the @Override

haotangio commented 6 years ago

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

thecodecafe commented 6 years ago

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?