Files
Schnappix/node_modules/react-native-gesture-handler/lib/module/RNGestureHandlerModule.js
T

8 lines
332 B
JavaScript

"use strict";
// Reexport the native module spec used by codegen. The relevant files are inluded on Android
// to ensure the compatibility with the old arch, while iOS doesn't require those at all.
import Module from './specs/NativeRNGestureHandlerModule';
export default Module;
//# sourceMappingURL=RNGestureHandlerModule.js.map