meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

initialPage doesn't seem to be working on Android #111

Open harryt2 opened 6 years ago

harryt2 commented 6 years ago

<Gallery style={{ flex: 1, backgroundColor: 'black' }} images={this.state.galleryImages} initialPage={this.state.index} />

It doesn't seem to work whatever way I try it. the index is a number and everything seems to be done properly. It always starts on the first image in the array though. My React version is 0.57

sagynbek commented 6 years ago

Same problem on Android! Please help, or offer solution for work around

amirmughal123 commented 5 years ago

same problem facing, is it resolved ?

khalilTN commented 4 years ago

will it be resolved nearly ? is there a workaround ? Thanks

mak12 commented 4 years ago

Hi guys, i have created PR for this bug, but looks like library isn't maintained any more, I am currently using this library so if I face any issue i will update it on my for repo. https://github.com/mak12/react-native-image-gallery

mak12 commented 4 years ago

@khalilTN @amirmughal123 @sagynbek