Open marqroldan opened 4 years ago
scaleType
Version: master
I can update it if I update the key (currently doing ${trackSid}_${this.state.scaleType}) However, does it have any negative impact? Right now I don't think there is, but I'm opening the issue just in case
${trackSid}_${this.state.scaleType}
Yeah, looks like the code is not properly checking and updating the view when the prop changes.
Steps to reproduce
scaleType
to switch between modesExpected behaviour
Actual behaviour
scaleType
, if you change the key, however, it updates properly.Environment
react-native-twilio-video-webrtc
Version: master
I can update it if I update the key (currently doing
${trackSid}_${this.state.scaleType}
) However, does it have any negative impact? Right now I don't think there is, but I'm opening the issue just in case