diff options
Diffstat (limited to 'src/lib/custom-animations/GestureActionView.web.tsx')
-rw-r--r-- | src/lib/custom-animations/GestureActionView.web.tsx | 5 |
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 +} |