You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
471 B
24 lines
471 B
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
|