Status Bar is shown when authenticated with facebook / google

Hello,

  1. I have an application using “expo-google-sign-in” and “expo-facebook” to authenticate.

  2. Through the app, the StatusBar imported from “expo-status-bar” is set to “hidden.”

Problem: During the fb/google authentifications, statusBar re-appears. (When authentification process finishes, the latter is hidden again).

Question: Is there any way to hide the status bar during fb/google authentification ?

Thank you