UNPKG

react-native-flip

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