Skip to content

Commit

Permalink
feat: Reduce Sensitivity of Swiping for Plugins/Sources (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skeltons committed Aug 17, 2024
1 parent a399927 commit d9d7d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/browse/components/BrowseTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ export const InstalledTab = memo(
({ item }) => {
return (
<Swipeable
dragOffsetFromLeftEdge={62}
dragOffsetFromRightEdge={62}
renderLeftActions={(progress, dragX, ref) => {
return (
<View
Expand Down

0 comments on commit d9d7d3a

Please sign in to comment.