GT2/Ejectable/node_modules/expo-splash-screen/build/ExpoSplashScreen.web.js

12 lines
232 B
JavaScript

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