Hide statusBar when displaying modal in React Native
Tiempo de lectura: < 1 minuto html Copy code To fix this bug, we need to add the following property to our modal: <Modal … statusBarTranslucent={true} … And now it will be displayed in full screen: DevCodeLightdevcodelight.com