Skip to content

Touchable* inside Row element #31

Closed
@tbenshalom

Description

@tbenshalom

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions