You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change muted property based on state (to create mute / unmute button). Changing from false to true works and video is muted. OTOH, changing it back to false does not resume the sound.
I tried to change
muted
property based on state (to create mute / unmute button). Changing fromfalse
totrue
works and video is muted. OTOH, changing it back tofalse
does not resume the sound.Android 4.2.2, RN 0.26, react-native-video 0.8.0-rc.
[Read "changing" as "calling
setState
in parent and rerendering theVideo
as a result, with differentmuted
prop value]The text was updated successfully, but these errors were encountered: