UNPKG

create-expo-cljs-app

Version:

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

4 lines (3 loc) 264 B
import type { ExpoConfig } from '@expo/config-types'; export declare function gteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boolean; export declare function lteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boolean;