about summary refs log tree commit diff
path: root/src/lib/custom-animations/GestureActionView.web.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-10-07 11:15:17 -0700
committerGitHub <noreply@github.com>2024-10-07 11:15:17 -0700
commit58b1d9326d7f5f308746e2471f5a7552bb0db250 (patch)
tree5e7a2d671ce4e4a010a1c967711cfd7fa9ec0c7d /src/lib/custom-animations/GestureActionView.web.tsx
parent8d80f1344df4897cfe4f754d37e654809850b794 (diff)
downloadvoidsky-58b1d9326d7f5f308746e2471f5a7552bb0db250.tar.zst
Swipeable to delete chat, custom swipeable (#5614)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'src/lib/custom-animations/GestureActionView.web.tsx')
-rw-r--r--src/lib/custom-animations/GestureActionView.web.tsx5
1 files changed, 5 insertions, 0 deletions
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
+}