From 58b1d9326d7f5f308746e2471f5a7552bb0db250 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 7 Oct 2024 11:15:17 -0700 Subject: Swipeable to delete chat, custom swipeable (#5614) Co-authored-by: Samuel Newman --- src/lib/custom-animations/GestureActionView.web.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/lib/custom-animations/GestureActionView.web.tsx (limited to 'src/lib/custom-animations/GestureActionView.web.tsx') diff --git a/src/lib/custom-animations/GestureActionView.web.tsx b/src/lib/custom-animations/GestureActionView.web.tsx new file mode 100644 index 000000000..3caaa724f --- /dev/null +++ b/src/lib/custom-animations/GestureActionView.web.tsx @@ -0,0 +1,5 @@ +import React from 'react' + +export function GestureActionView({children}: {children: React.ReactNode}) { + return children +} -- cgit 1.4.1