Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

5 lines
316 B
JavaScript

// 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