UNPKG

react-native-gesture-handler

Version:

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

6 lines (4 loc) 208 B
// customDirectEventTypes doesn't exist in react-native-web, therefore importing it // directly in createHandler.tsx would end in crash. const customDirectEventTypes = {}; export { customDirectEventTypes };