📅  最后修改于: 2022-03-11 14:56:16.030000             🧑  作者: Mango
go to path: node_modules/expo/build/launch/splashScreen.js
change this:
const { ExponentSplashScreen: SplashScreen = {} } = NativeModules;
to import * as SplashScreen from 'expo-splash-screen';