Skip to content

Commit

Permalink
Merge pull request #33 from andreasalstrup/fix-list-styling
Browse files Browse the repository at this point in the history
A more native feeling for the swipe
  • Loading branch information
mikejensen0 authored Nov 15, 2023
2 parents e194c6d + 6d5ba32 commit ed3dad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/(tabs)/(index)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ type ListData = {
function renderItem({item, index}: { item: ListData, index: number}) {
return (
<Swipeable
friction={3}
friction={1.5}
overshootFriction={8}
renderLeftActions={leftSwipeAction}
renderRightActions={rightSwipeAction}
onSwipeableOpen={swipeHandler}>
Expand Down

0 comments on commit ed3dad2

Please sign in to comment.