I need to create a script that returns and lists the images found in the user's mobile gallery. For this, I'm using the getPhotos method of the CameraRoll component of React-native
In both IOS and Android, the array of images are returned correctly. but when I try to use the uri of the image (using the Image component), in IOS it is displayed, but in android not.
Return of images in IOS ( result.edges.node.image.uri ):
ImagesreturnonAndroid(result.edges.node.image.uri):
Imagecallingcode:
<ImageresizeMode="cover" style={[ styles.image_item ]} source={{ uri: image.node.image.uri }} />
React / Expo garments used: