halilb / react-native-photo-browser

Local and remote media gallery with captions, selections and grid view support for react native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to create an event for photo browsing in this component?

suneelshastry opened this issue · comments

I need to do some process after some image is browsed (right or left swiping of image). how do i accomplish this? React-native-viewpager has this capability. it provides a feature called onChangePage.

Thanks in advance.