create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
6 lines (5 loc) • 436 B
TypeScript
import { ExpoConfig } from '@expo/config-types';
import { InfoPlist } from './IosConfig.types';
export declare const withUsesNonExemptEncryption: import("..").ConfigPlugin<void>;
export declare function getUsesNonExemptEncryption(config: Pick<ExpoConfig, 'ios'>): boolean | null;
export declare function setUsesNonExemptEncryption(config: Pick<ExpoConfig, 'ios'>, { ITSAppUsesNonExemptEncryption, ...infoPlist }: InfoPlist): InfoPlist;