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
console logs would return for each row, e.nativeEvent.layout.width and .height as expected. .x and .y however always return 0, while TouchableHighlight returns the x,y coordinates of the rendered component as documented (React Native).
Is this a bug that e.nativeEvent.layout is not fully inherited from TouchableHighlight, or rather, the parent touchablewithoutfeedback?
The text was updated successfully, but these errors were encountered:
I'm dropping in Tooltip as a replacement for my existing components, iterated as rows inside a listview over a data array. For example, a row:
console logs would return for each row,
e.nativeEvent.layout
.width and .height as expected. .x and .y however always return 0, whileTouchableHighlight
returns the x,y coordinates of the rendered component as documented (React Native).Is this a bug that
e.nativeEvent.layout
is not fully inherited from TouchableHighlight, or rather, the parenttouchablewithoutfeedback
?The text was updated successfully, but these errors were encountered: