Might your app.js or Appnavigation all screen in safeArea like this :
<SafeAreaView style={{ flex: 1 }}> <AppNavigator/> </SafeAreaView>
In this code my all screen under SafeArea which enforce some white black screen.
thanks