DuDigital/react-native-zoomable-view

Nested onPress events.

Closed this issue · 1 comments

Hello, is there a way to make nested onPress events work? Basically i want to nest images inside this component and be able to trigger onPress event when clicked on image. I tried changing onMoveShouldSetPanResponder and onStartShouldSetPanResponder as stated here: https://stackoverflow.com/questions/47568850/touchableopacity-with-parent-panresponder?noredirect=1&lq=1 but with no effect. Thank you for your work and sorry if "Issues" is not a place to ask such questions.

For some reason code works now. 🤪 Sorry for opening this issue.