UNPKG

react-native-gesture-handler

Version:

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

9 lines (6 loc) 216 B
import { NativeModules, Platform } from 'react-native'; type PlatformConstants = { forceTouchAvailable: boolean; }; export default (NativeModules?.PlatformConstants ?? Platform.constants) as PlatformConstants;