Answers for "evauluating splashscree .preivne auto hide"

0

evauluating splashscree .preivne auto hide

go to path: node_modules/expo/build/launch/splashScreen.js
change this:
const { ExponentSplashScreen: SplashScreen = {} } = NativeModules;
to import * as SplashScreen from 'expo-splash-screen';
Posted by: Guest on June-10-2021

Code answers related to "evauluating splashscree .preivne auto hide"

Browse Popular Code Answers by Language