Skip to content

Commit 79ac6a0

Browse files
committed
Fix: slidebar on iOS
1 parent bd0f793 commit 79ac6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/button/SlideBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const SlideBar = ({
3939

4040
return (
4141
<View
42-
style={stylePress}
42+
style={[stylePress, { touchAction: 'none' }]}
4343
ref={viewRef}
4444
onLayout={() => {
4545
viewRef.current.measure((x, y, width, height, pageX) => {

0 commit comments

Comments
 (0)