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
When you press and hold the Touchable it correctly prints in,
When you release it again it correctly prints out.
By this point the menu is open.
Now, (while the menu is open) press and hold the Touchable, it logs in and instantly after it logs out.
This means it is logging out before we've released the Touchable, which obviously isn't correct. This seems like a small issue, but this makes it impossible to correctly animate the touchable based on press in/out events.
This occurs on the latest version (3.0.0-23)
Would love some help. Thanks in advance!
Also: just want to thank you for this library, its awesome!
The text was updated successfully, but these errors were encountered:
Description
Hey!
When using TouchableWithoutFeedback (or just any Touchable component from react-native) there is a weird behavior.
Reproduction
Use
TouchableWithoutFeedback
as trigger, and defineonPressIn
andonPressOut
like this:Observation / Issue
in
,out
.By this point the menu is open.
in
and instantly after it logsout
.This means it is logging
out
before we've released the Touchable, which obviously isn't correct. This seems like a small issue, but this makes it impossible to correctly animate the touchable based on press in/out events.This occurs on the latest version (
3.0.0-23
)Would love some help. Thanks in advance!
The text was updated successfully, but these errors were encountered: