UNPKG

create-expo-cljs-app

Version:

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

8 lines (7 loc) 213 B
import { ExpoConfig } from './Config.types'; /** * Should the bundler use .expo file extensions. * * @param exp */ export declare function isLegacyImportsEnabled(exp: Pick<ExpoConfig, 'sdkVersion'>): boolean;