I am a noob. I am developing a react native app. In that, I have a collection of URLs inside this
'this.props.navigation.state.params.PassedURL'
I want to pass all the URLs inside that to the following array.
imagess: [{
url: '',
}],
this is because I am using a package 'react-native-image-zoom-viewer' which only supports this type of array, like this.
<ImageViewer imageUrls={imagess}/></View>
how can we this