react-native-agora
react-native-agora copied to clipboard
How to add borderRadius to RtcLocalView.SurfaceView ?
How to add borderRadius
to RtcLocalView.SurfaceView
in React Native ?
I tried the following code, but the video is still square without rounded border :
<RtcLocalView.SurfaceView
channelId={roomParticipant.roomId}
renderMode={VideoRenderMode.Hidden}
zOrderMediaOverlay={false}
zOrderOnTop={false}
style={{width: 65, height: 65, borderRadius: 55}}
/>
pls try textureview on Android
Yess, this works on Android.
But on iOS, the RtcLocalView.TextureView
is not allowed (Also mentioned in Agora docs).
You can check the platform and use the different widgets.
use overflow: hidden and borderRadius on SurfaceView style object