Open
Description
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
Labels
No labels