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

#initial page bug fixed on android devices #149

Open mak12 opened 4 years ago

mak12 commented 4 years ago

While implementing this library I faced an issue where initialPage prop wasn't working on android devices for some reason contentOffset of FlatList had no effect on android, I managed to get a workaround for this by triggering manual startScroll of scroller in componentDidUpdate as first time initialPage is working fine but it breaks after that.