Google-signin: RNGoogleSigninPackage is not abstract and does not override abstract method createJSModules() in ReactPackage

Created on 14 Aug 2017  路  4Comments  路  Source: react-native-google-signin/google-signin

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

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

  1. uninstall version installed npm uninstall react-native-google-signin
  2. npm install [email protected] --save
  3. react-native link [email protected]

and it works!!

All 4 comments

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

  1. uninstall version installed npm uninstall react-native-google-signin
  2. npm install [email protected] --save
  3. react-native link [email protected]

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.

Was this page helpful?
0 / 5 - 0 ratings