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 a web-only bug that I accidentally noticed. If you click on a TextInput and drag outside of its container, the container's onPress stops working. I assume the gesture on the Pressable becomes stuck in some unhandled state. If the Pressable and TextInput components from "react-native" are used, the bug is not reproducible.