Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/expo-application/build/ExpoApplication.web.js
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

21 lines
413 B
JavaScript

export default {
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