Hi,
I am using react-native-image-viewer in my one of sample project.I don't to want show white caption as (1/10) at top of screen of image so how can i remove that caption or may it possible to hide from image zoom screen?.
Thanks and regards,
Ganesh Madane
Just add the props:
renderIndicator={() => {}}
Right, thanks @nbastoWM !
Thanks very much @nbastoWM. I will try this solution in my application.
Most helpful comment
Just add the props:
renderIndicator={() => {}}