You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: