You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @zfogg, we have been testing this on expo 52 on our sample app with expo ~52.0.20, expo-media-library version 17.0.5 and expo-image-manipulator 13.0.6 and don't see any issue. Can you try out npx expo install --fix and rerun your app and see if that fixes your issue?
Issue
When using the
<MessageInput />
component and trying to select images from the user's image gallery, the following error is produced:Steps to reproduce
Steps to reproduce the behavior:
<MessageInput />
Expected behavior
You should just be able to browse your media with no errors.
Project Related Information
Customization
Click To Expand
Offline support
Environment
Click To Expand
package.json
:react-native info
output:Additional context
here's an issue about the problem with expo: expo/expo#29741
apparently using
<Image />
fromexpo-image
fixes it!Screenshots
Click To Expand
The text was updated successfully, but these errors were encountered: