ascoders / react-native-image-viewer

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

Allow header component to receive touches #250

Closed nbolender closed 6 years ago

nbolender commented 6 years ago

Currently, the indicator component is overlapping the header component, so the header component cannot receive touches if a button is placed in it.

Resolves #237