Skip to content
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

"Native module cannot be null" on iOS, RN v0.43.3 #26

Closed
b3ngineer opened this issue Apr 18, 2017 · 2 comments
Closed

"Native module cannot be null" on iOS, RN v0.43.3 #26

b3ngineer opened this issue Apr 18, 2017 · 2 comments

Comments

@b3ngineer
Copy link

After linking the module into iOS, get this error: "Native module cannot be null".

1.) Builds fine
a. I do have an updated Bridge file
b. Followed the instructions for iOS per Google
c. Followed the instructions in the documentation for modifying my ios project
d. I verified the pod is present after running 'pod install'
e. ... No errors during build
2.) My Splash screen works
3.) And then RN is throwing the error in the module here:

{
column = 39;
file = "/{MY_APP_PATH_HIDDEN}/node_modules/react-native-google-sign-in/js/GoogleSignIn.ios.js";
lineNumber = 14;
methodName = "";
},

@salujaharkirat
Copy link

you can check this out #14

@joonhocho
Copy link
Owner

@b3ngineer
Just upgraded to the latest Google SignIn SDK for iOS. (npm version 1.0.16)
Please follow new instructions carefully.
https://github.com/joonhocho/react-native-google-sign-in#ios
Also refer to ExampleApp if something is not working. I've tested ExampleApp and is working fine.
Feel free to reopen this issue if you cannot get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants