UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

9 lines (7 loc) 242 B
import type { ReactNode, RefObject } from 'react'; export function useNativeGestureRole( _viewRef: RefObject<unknown>, _children: ReactNode ): void { // No-op on native; the web implementation lives in `useNativeGestureRole.web.ts`. }