ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 580 forks source link

Feature Request: Pagination prop #334

Closed iamclaytonray closed 4 years ago

iamclaytonray commented 5 years ago

Currently, there are no options to adjust the pagination style, or even to completely remove it. Thoughts would be including a renderPagination={(...) => React.ReactElement}, or at the very least, pagination={boolean}? I'll PR this!

18605161612 commented 4 years ago

对了 ,能不能加一个隐藏pagination的方法

aajahid commented 4 years ago

renderPagination={(...) => null} supposed to work.

And as you can see, you can pass the whole react component, so you are in control whatever you want, including styling.