I have noticed that many modern React-Native apps have a border radius for some of their screens (only noticeable when navigating). I am using react-navigation/native and know that I can set the border radius of the specific screens using the options attribute. However, I did not manage to find a way to reliably detect the border radius of the device the user is using.
Does anyone know a way to reliably get the device's border radius?