[FIX] Long press gestures not working properly on Android#2354
Merged
diegolmello merged 2 commits intodevelopfrom Jul 29, 2020
Merged
[FIX] Long press gestures not working properly on Android#2354diegolmello merged 2 commits intodevelopfrom
diegolmello merged 2 commits intodevelopfrom
Conversation
djorkaeffalexandre
approved these changes
Jul 29, 2020
Contributor
djorkaeffalexandre
left a comment
There was a problem hiding this comment.
LGTM, since Pressable looks good, let's change all places soon :)
Proposed changes
There're a couple of places we use LongPressGestureHandler and it looks like it doesn't work all the time on Android.
This PR starts using the new Pressable component to replace these cases.
As a future PR, we need to replace all
Touchable*components with this new option and maybe refactor ourtouchutil to use it as well.Issue(s)
How to test or reproduce
Test plan
Screenshots
Types of changes
Checklist
Further comments