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
This is not working. If I replace TouchableHighlight with a TapGesturehandler this does work, but I need the TouchableHighlight functionality, therefore the question is, how do I make GestureHandler (new api) work with old api components like TouchableHighlight?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there,
I have a combination of old api components, like
TouchableHighlight
example:
and then I have a new type of
GestureDetector
component:This is not working. If I replace
TouchableHighlight
with aTapGesturehandler
this does work, but I need theTouchableHighlight
functionality, therefore the question is, how do I makeGestureHandler
(new api) work with old api components likeTouchableHighlight
?Thank you
Beta Was this translation helpful? Give feedback.
All reactions