Skip to content

onClose() is not passing event data to callback function #196

Open
@r-rouse

Description

@r-rouse

I am trying to pass event data to my call back function when closing tooltip.

such as onClose={(e) => callBack(e)}. I would like to be able to access pageX to know which tooltip to make visible next.
The onClose() is being called but event is undefined.

This worked previously on version 1.2.0
I have since upgraded react-native:
"react-native-gesture-handler": "2.16.0",
"react-native": "^0.73.0",

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