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
ImageBackground in React Native does not support content:// URIs on Android. When trying to load an image from a media URI (e.g., content://), the image does not appear, even though the URI points to a valid image on the device.
Steps to reproduce
Select an image from the Android gallery or another media source.
Use the content:// URI returned by the media provider.
Description
ImageBackground in React Native does not support content:// URIs on Android. When trying to load an image from a media URI (e.g., content://), the image does not appear, even though the URI points to a valid image on the device.
Steps to reproduce
React Native Version
0.75.4
Affected Platforms
Runtime - Android, Runtime - iOS, Build - MacOS, Build - Linux
Output of
npx react-native info
Stacktrace or Logs
Screenshots and Videos
The text was updated successfully, but these errors were encountered: