How to display a normal view component on top of zOrdered RTCView

I have multiple RTCView components with zorder and it works well.

But when try to place a View(not an RTCView Component) on top of RTCview it’s not displaying in front of the RTCView component since the RTCView always appears in front of all other view due zorder value. Is there a way to display a normal View component in front of the RTCView?

I have tried zIndex and elevation it doesn’t fix anything