-
Notifications
You must be signed in to change notification settings - Fork 67
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: Cannot convert undefined or null to object #84
Comments
I have the same problem! |
I am facing the same issue as well. I have followed the instructions in the docs. The problem is because @jmorey28 @gregogalante did you manage to fix it? Cheers |
Same issue here 😭 |
This config works for me. cheers.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using withImages as documented in the Expo documentation but am getting TypeError: Cannot convert undefined or null to object.
Here is the link to the documentation https://docs.expo.dev/guides/using-nextjs/#image-support
And here is the implementation:
The text was updated successfully, but these errors were encountered: