Open ngodonghong opened 6 years ago
Does it run ok for non-ipad devices? Just trying to narrow down if it's specific to the library or to the device. Do you know what ipad version it is?
Running on Android devices ok. I run on ipad2 ios 9.3. Let me try to run on Iphone 7
do you fix it? I have same issue with you, this.refs.twilioVideo is empty. this.refs = {}
No matter what, this.refs.twilioVideo
shouldn't be falsey; as long as the object is mounted the ref should be set. Are you sure there isn't a race condition?
Steps to reproduce
1.Build Succeed on devices IPad
Expected behaviour
It shoud have this.refs.twilioVideo
Actual behaviour
It fail when I run on IOS devices (example: IPAD) this.refs.twilioVideo is empty. this.refs = {} It work when I run on IOS emulator or android devices this.refs = { twilioVideo }
Environment
react-native-twilio-video-webrtc
Version: "https://github.com/blackuy/react-native-twilio-video-webrtc"