UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

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