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 does not display images when provided with content:// URIs. This issue occurs when attempting to use images from Android's media storage.
When using the react-native-multiple-image-picker package to select images, the paths returned (e.g., content:// URIs) do not render correctly in the ImageBackground component on Android.
Attempting to use the returned paths (result.path, result.localUri, result.realPath, result.uri) as the source for ImageBackground results in the image not being displayed.
Steps to Reproduce
Install and configure baronha/react-native-multiple-image-picker in a React Native project.
Select an image from Android's or ios media storage using the package.
Use the returned result.path or other URI properties as the source for an ImageBackground component:
The text was updated successfully, but these errors were encountered:
jazzylamba
changed the title
Images from react-native-multiple-image-picker not displayed in ImageBackground on Android and ios
Images from baronha/react-native-multiple-image-picker not displayed in ImageBackground on Android and ios
Dec 31, 2024
ImageBackground does not display images when provided with content:// URIs. This issue occurs when attempting to use images from Android's media storage.
When using the react-native-multiple-image-picker package to select images, the paths returned (e.g., content:// URIs) do not render correctly in the ImageBackground component on Android.
Attempting to use the returned paths (result.path, result.localUri, result.realPath, result.uri) as the source for ImageBackground results in the image not being displayed.
Steps to Reproduce
Install and configure baronha/react-native-multiple-image-picker in a React Native project.
Select an image from Android's or ios media storage using the package.
Use the returned result.path or other URI properties as the source for an ImageBackground component:
The text was updated successfully, but these errors were encountered: