How to make StatusBar transparent?

Giorgos Kartalis picture Giorgos Kartalis · Sep 20, 2018 · Viewed 24.6k times · Source

Does anyone know a way to make Android Status Bar transparent with React Native?

NOT TRANSLUCENT, Transparent.

I am using react-navigation too.

Answer

Felipe Rugai picture Felipe Rugai · Aug 18, 2019

Just use it like this: Tested with: "react-native": "0.60.4" and "0.61.5"

<StatusBar translucent backgroundColor="transparent" />