UNPKG

react-native-gesture-handler

Version:

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

6 lines (5 loc) 132 B
type PlatformConstants = { forceTouchAvailable: boolean; }; declare const _default: PlatformConstants; export default _default;