react-native-oauth icon indicating copy to clipboard operation
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.

Open dodacvan opened this issue 7 years ago • 4 comments

dodacvan avatar Mar 13 '18 03:03 dodacvan

screenshot_2

dodacvan avatar Mar 13 '18 04:03 dodacvan

Remove the @Override

Compulsor-zz avatar Mar 19 '18 12:03 Compulsor-zz

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

haotangio avatar May 09 '18 16:05 haotangio

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?

thecodecafe avatar Jun 23 '18 18:06 thecodecafe