voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

Screen goes blank when going back after call being removed on android. #46

Open MrHazimAli opened 5 years ago

MrHazimAli commented 5 years ago

Hye,

Is there any reason why blank screen still appear when call being removed by call manager even going to previous screen?

navigation: react-navigation react-native-voximplant: 1.1.1

YuliaGrigorieva commented 5 years ago

Hello!

Could you please provide more details (complete scenario) to reproduce the issue? Our demo project uses react-navigation module. Are you able to reproduce the issue with our demo? https://github.com/voximplant/react-native-demo

Best regards, Yulia Grigorieva

MrHazimAli commented 5 years ago

Hello @YuliaGrigorieva

Oh, I think it has nothing to do with react-navigation but It only happening when I usee SCALE_FILL to remoteVideo styling. I'm able to reproduce when change SCALE_FIT to SCALE_FILL to ensure video is filling the screen. when call manager removed the call because it was unsuccessfull, go back to previous screen caused the blank screen to stay there.

MrHazimAli commented 5 years ago

any update on this ? @YuliaGrigorieva