GT2/Ejectable/node_modules/expo-application/build/ExpoApplication.web.js

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