GT2/Ejectable/node_modules/expo-splash-screen/build/ExpoSplashScreen.web.js
2021-08-16 00:14:59 +00:00

12 lines
No EOL
232 B
JavaScript

export default {
get name() {
return 'ExpoSplashScreen';
},
preventAutoHideAsync() {
return false;
},
hideAsync() {
return false;
},
};
//# sourceMappingURL=ExpoSplashScreen.web.js.map