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:


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:

