You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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",
The text was updated successfully, but these errors were encountered: