UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

7 lines (4 loc) 266 B
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import type { ViewProps } from 'react-native'; interface NativeProps extends ViewProps {} export default codegenNativeComponent<NativeProps>('RNGestureHandlerRootView');