UNPKG

create-expo-cljs-app

Version:

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

6 lines (5 loc) 407 B
import { ExpoConfig } from '@expo/config-types'; import { JSONObject } from '@expo/json-file'; export declare const withAssociatedDomains: import("..").ConfigPlugin<void>; export declare function setAssociatedDomains(config: ExpoConfig, { 'com.apple.developer.associated-domains': _, ...entitlementsPlist }: JSONObject): JSONObject; export declare function getEntitlementsPath(projectRoot: string): string;