-
Notifications
You must be signed in to change notification settings - Fork 39
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
TypeError: null is not an object (evaluating 'ClientModule.init') #142
Comments
Hello @Yash-007 Expo provides two workflows (Managed and Bare). If you are using Expo SDK 40 or below, please follow the instruction on this page: https://docs.expo.dev/expokit/eject/ Please consider that moving to the bare workflow may cause the issues such as:
|
Hey @theartificialguy were you able to make it work with Expo? I have a similar scenario and I'm considering to give it a try. |
I am also trying to implement in Expo if anyone ever figured out how to do it... |
breaking out to the 'bare-workflow' does not help. as if you wish to continue testing in expo you will still run into the issue of "Cannot read property 'init' of null" when trying to run your app in expo. |
So, I was trying to migrate my react-native-cli project to expo managed project, and I encountered this error. Any solution to this problem? does it not work with expo?
The text was updated successfully, but these errors were encountered: