react-tappable
react-tappable copied to clipboard
Why moveThreshold={100} and pressMoveThreshold={5}
In our application we create a large scrollable list of tappable tiles and sometimes, when a user attempts to stop their fast scrolling action by pressing on the screen this gets registered as a tap.
Is there any reason not to lower moveThreshold to 5 as well?