react-native-gesture-handler
Version:
Experimental implementation of a new declarative API for gesture handling in react-native
6 lines • 425 B
JavaScript
// @ts-ignore TODO: remove once there is a .d.ts file with definitions
import codegenNativeComponentUntyped from 'react-native/Libraries/Utilities/codegenNativeComponent';
// eslint-disable-next-line @typescript-eslint/ban-types
const codegenNativeComponent = codegenNativeComponentUntyped;
export default codegenNativeComponent('RNGestureHandlerRootView');
//# sourceMappingURL=RNGestureHandlerRootViewNativeComponent.js.map