UNPKG

create-expo-cljs-app

Version:

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

24 lines (23 loc) 421 B
export default { get name(): string { return 'ExpoApplication'; }, get applicationName(): null { return null; }, get bundleId(): null { return null; }, get nativeApplicationVersion(): null { return null; }, get nativeBuildVersion(): null { return null; }, get androidId(): null { return null; }, async getInstallationTimeAsync(): Promise<null> { return null; }, };