UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to 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;