ashinga48 / React-Native-Firebase-Phone-Authentication

Seems there's not a proper react native plugin with phone authentication alone. So creating it.
9 stars 6 forks source link

how to resolve this #3

Open rajivPHP opened 6 years ago

rajivPHP commented 6 years ago

method does not override or implement a method from a supertype @Override ^ node_modules/react-native-firebase-phone-auth/android/src/main/java/com/reactlibrary/RNFirebasePhoneAuthPackage.java:19

bhakta0007 commented 6 years ago

Did you resolve this? I am running into the same issue

ivangainutsa21 commented 6 years ago

Me, too.

ashinga48 commented 6 years ago

Hey guys, @rajivPHP @bhakta0007 @sergeyunz21. You can go ahead and delete the method. Then simply compile and run the project. In newer React library it is not needed.

Remove this

 @Override
    public List<Class<? extends JavaScriptModule>> createJSModules() {
      return Collections.emptyList();
    }

I was in the middle of creating the tutorial i will upload the video soon.