expo video state change problems

Hi all, please help. I’m using expo video for my project but when I change the property isMuted using state like below
<Video
source={{uri: ‘…’}}
isMuted={this.state.isMuted}
/>
then I can not touch anything or unmuted again :sob:

Hi.

Could you post a Snack demonstrating the problem?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.