ldn0x7dc / react-native-gallery

A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.
331 stars 116 forks source link

setPage is not working. #34

Open franclinHipteam opened 7 years ago

franclinHipteam commented 7 years ago

Hey,

Using this gallery.getViewPagerInstance().setPage(page) where page is a number index of an existing position array. after this, the render method with the Gallery component is called, not using initialPage since is not required. But still, keep on the same page.

romahuti2 commented 7 years ago

same for me