-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failing on Android #158
Comments
As I remeber createJSModules is not required in new react native. |
same problem here
|
@marcusvbp the library is good but if your needs to use a native facebook app or twitter you need to use several other libraries |
@amorenew hi, I need to implement Google and Facebook authentication . What libs you suggest? |
@marcusvbp |
the same problem ~~ |
Ran into this issue as well. Commenting out the |
Commenting out the @OverRide line worked for me as well. |
Well this is wacky, do we need to pull request to those libs or what is exactly happening here? |
TODO: create fork from react-native-oauth with fixes - fullstackreact/react-native-oauth#121 - fullstackreact/react-native-oauth#157 - fullstackreact/react-native-oauth#158 - fullstackreact/react-native-oauth#208 ^
"react-native": "^0.55.4", Error: android/src/main/java/co/apptailor/googlesignin/RNGoogleSigninPackage.java:25: error: method does not override or implement a method from a supertype |
Hello,
Building for Android is failing in a fresh project with the following message:
Commenting the
@Override
innode_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerPackage.java
createJSModules
method makes the build succeed:Versions:
react-native
:0.48.1
react-native-oauth
:^2.2.0
The text was updated successfully, but these errors were encountered: