UNPKG

create-expo-cljs-app

Version:

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

9 lines (6 loc) 207 B
import { EdgeInsets, Metrics } from './SafeArea.types'; export const initialWindowMetrics: Metrics | null = null; /** * @deprecated */ export const initialWindowSafeAreaInsets: EdgeInsets | null = null;