Hi All,
I had imported react-native-google-signin to my app and build OK on ios.
But on android i have an issuse. It notice an error:
"Error:(16, 8) error: RNGoogleSigninPackage is not abstract and does not override abstract method createJSModules() in ReactPackage"
I am using
-"react": "16.0.0-alpha.12",
-"react-native": "0.45.1",
-"react-native-google-signin": "^0.11.0",
Please help me
The readme should be fixed by #272 but you'll need to use v0.10.0 if you don't want to upgrade to the latest RN (0.47).
hello i had same problem, but readed post #272 and resolved my problem i am using
react-native-cli: 2.0.1
react-native: 0.46.1
for this version the react native i install 0.10.0 so
and it works!!
It work. thank you
In an effort to clean the issues up, this is being closed. Please open a new issue with a reproduction if you're still experiencing a problem.
Most helpful comment
hello i had same problem, but readed post #272 and resolved my problem i am using
react-native-cli: 2.0.1
react-native: 0.46.1
for this version the react native i install 0.10.0 so
and it works!!