about summary refs log tree commit diff
path: root/src/lib/custom-animations/GestureActionView.web.tsx
blob: 3caaa724f8d7f4f0dabcdb04c1a3ee487975f4ec (plain) (blame)
1
2
3
4
5
import React from 'react'

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