Files
projet_gestion_commande/frontend-admin/node_modules/react-native-gesture-handler/src/RNGestureHandlerModule.ts
T
2026-02-07 22:33:02 +01:00

6 lines
267 B
TypeScript

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