We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0f793 commit 79ac6a0Copy full SHA for 79ac6a0
app/components/button/SlideBar.js
@@ -39,7 +39,7 @@ const SlideBar = ({
39
40
return (
41
<View
42
- style={stylePress}
+ style={[stylePress, { touchAction: 'none' }]}
43
ref={viewRef}
44
onLayout={() => {
45
viewRef.current.measure((x, y, width, height, pageX) => {
0 commit comments