MohammadAdib / Roundr

An Android Application that rounds the corners of the screen.
http://forum.xda-developers.com/showthread.php?t=2234079
Other
163 stars 40 forks source link

Get physical screen's corner radius #11

Open mrousavy opened 3 years ago

mrousavy commented 3 years ago

Hi!

I'm trying to get the corner radius of rounded screens to provide an API for that (see mrousavy/react-native-screen-corner-radius). I've managed to find a way to do so on iOS using private APIs, but I couldn't figure out how to dynamically get the physical device corner radius.

I thought maybe this was a good place to ask, do you maybe know a way to achieve that @MohammadAdib ?

Thanks!