Skip to content

Commit

Permalink
Fix: slidebar on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerf committed Jan 14, 2025
1 parent bd0f793 commit 79ac6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/button/SlideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const SlideBar = ({

return (
<View
style={stylePress}
style={[stylePress, { touchAction: 'none' }]}
ref={viewRef}
onLayout={() => {
viewRef.current.measure((x, y, width, height, pageX) => {
Expand Down

0 comments on commit 79ac6a0

Please sign in to comment.