create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
24 lines • 471 B
JavaScript
export default {
get name() {
return 'ExpoApplication';
},
get applicationName() {
return null;
},
get bundleId() {
return null;
},
get nativeApplicationVersion() {
return null;
},
get nativeBuildVersion() {
return null;
},
get androidId() {
return null;
},
async getInstallationTimeAsync() {
return null;
},
};
//# sourceMappingURL=ExpoApplication.web.js.map