How to hide/disable safeAreaView fake corners in some android phones?

501 Views Asked by At

I have an app with a landscape screen using canvas and some drawing features. For some android devices the safeArea has border radius. Is there a way to disable this border radius.

Device without the border radius:

enter image description here

Device with the border radius:

enter image description here

1

There are 1 best solutions below

4
On

I'm not sure if your question is related to react-native. It is more related to how android records the screen.

But as an answer to your question No, you cannot change the color of the hidden part of the screen