React-native-image-viewer: Remove caption

Created on 1 Jun 2018  路  3Comments  路  Source: ascoders/react-native-image-viewer

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

Most helpful comment

Just add the props:
renderIndicator={() => {}}

All 3 comments

Just add the props:
renderIndicator={() => {}}

Right, thanks @nbastoWM !

Thanks very much @nbastoWM. I will try this solution in my application.

Was this page helpful?
0 / 5 - 0 ratings