AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
620 stars 227 forks source link

#782 - Rounded Corners support for RTCSurfaceView #783

Closed AB-70 closed 2 months ago

AB-70 commented 4 months ago

Adds the cornerRadius property to the RTCSurfaceView component (for android only) because borderRadius and clipping was not working on Android.

I tried many existing methods but nothing worked so I added some code there. Not sure if it's needed for others but just in case.

Thanks :)