New MediaStream not rendering in RTCView

Hi, I am using react-native-webrtc 124.0.3 and mediasoup-client 3.7.12,
To render the remote track that we receive through mediasoup, I use new MediaStream() and then addTrack to that media stream which is then passed to RTCView as url, But nothing gets rendered. I saw this issue but I’m not sure whether that has been resolved or not. localStream works fine. If someone has experienced this or has a workaround, please help. thanks