gabrieledore

Results 3 comments of gabrieledore

Try this: useEffect(() => { // Hide the splash screen after 2 seconds const timer = setTimeout(() => { if(SplashScreen){ SplashScreen.hide(); } }, 2000); // Clear the timer on component...

+1. NewArch installed and "newArchEnabled": true but Marker is not showing. Anyone solved this?