yeet
This commit is contained in:
23
node_modules/expo-application/src/ExpoApplication.web.ts
generated
vendored
Normal file
23
node_modules/expo-application/src/ExpoApplication.web.ts
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
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;
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user