Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 5, 2024
1 parent 4939539 commit d60d475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/custom-animations/GestureActionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export function GestureActionView({
const max = actions.rightFirst ? MAX_WIDTH : 0
return clamp(transX.value, min, max)
})
const iconScale = useSharedValue(1)

const iconScale = useSharedValue(1)
const isActive = useSharedValue(false)
const hitFirst = useSharedValue(false)
const hitSecond = useSharedValue(false)
Expand Down

0 comments on commit d60d475

Please sign in to comment.