I would like to implement some touch action on footer & header. Do you have idea roadmap or schedule for this function? Thanks
Can you rewrite renderFooter and renderHeader?
Can you rewrite
renderFooterandrenderHeader?
sorry, I can't :(
@rayhk6 What a pity, could you tell me what business problems you want to solve?
@ascoders I just want to add a close button on header instead of using onClick function and some actions on footer.
You can add this button by using renderHeader, and listening click event on this button.
You can add this button by using
renderHeader, and listening click event on this button.
I tried TouchableOpacity but not working
The default indicator component style is overlapping the header component, capturing touches. Working on a PR.
@nbolender thanks! react-native-image-zoom-viewer 2.2.22 has been deployed.
You can add this button by using
renderHeader, and listening click event on this button.I tried TouchableOpacity but not working
Give position:'absolute' and zIndex:999 to the view and then TouchableOpacity will work
Most helpful comment
Give position:'absolute' and zIndex:999 to the view and then TouchableOpacity will work