UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

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