react-native-agora
react-native-agora copied to clipboard
#782 - Rounded Corners support for RTCSurfaceView
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 :)