Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 6, 2024
1 parent 887035e commit 500361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/custom-animations/GestureActionView.web.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'

export function SwipeActionItem({children}: {children: React.ReactNode}) {
export function GestureActionView({children}: {children: React.ReactNode}) {
return children
}

0 comments on commit 500361f

Please sign in to comment.