Closed
Description
Hi,
When I have Touchable* element inside "row", the touchable element not receiving the touch event, and its "onPress" event do not raise.
I think reason is in this line in Row.js:
onMoveShouldSetPanResponder: () => !this._isDisabled(),
if I'm replacing it with the following line, all works:
onMoveShouldSetPanResponder: () => false,
But I'm new to RN and I'm not sure if its the correct way to "fix" this issue, and what can be the implications.
There is better way to solve this issue?
Thanks,
Tal
Metadata
Metadata
Assignees
Labels
No labels