UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

6 lines (4 loc) 267 B
// 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;