UNPKG

create-expo-cljs-app

Version:

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

9 lines (8 loc) 227 B
import { ConfigPlugin } from '@expo/config-plugins'; /** * Resolves static plugins array as config plugin functions. * * @param config * @param projectRoot */ export declare const withConfigPlugins: ConfigPlugin<boolean>;