about summary refs log tree commit diff
path: root/src/lib/custom-animations/GestureActionView.web.tsx
diff options
context:
space:
mode:
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
+}