Darpsoft
Darpsoft
Hello, Same problem, in my case I can't replace `jcenter` with `mavenCentral` because I need it for some old libraries.
> Can you try setting applyZOrder={true} on the view you want to appear on top (and false for the view you want to appear underneath?) This fixes my problem
Same problem, with version 0.69.6.
The problem is somewhat simple to solve, just use createRef. Here I save you the trouble of changing it. ``` diff --git a/node_modules/react-native-twilio-video-webrtc/src/TwilioVideo.android.js b/node_modules/react-native-twilio-video-webrtc/src/TwilioVideo.android.js index 4e40bf4..8c203fb 100644 --- a/node_modules/react-native-twilio-video-webrtc/src/TwilioVideo.android.js +++...