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