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