79104213

Date: 2024-10-19 04:48:06
Score: 1
Natty:
Report link

Try calling it outside of the component, as it is recommended in docs.

import * as SplashScreen from 'expo-splash-screen';

SplashScreen.preventAutoHideAsync();

export default function App() {
 // ...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Devpool