zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 749 forks source link

componentWillUnmount stop sound still running in the background #672

Open trinhvanminh2009 opened 4 years ago

trinhvanminh2009 commented 4 years ago

componentWillUnmount () { if (this.sound) { this.sound.pause() this.sound.stop() this.sound.release() this.sound = null } Sound still running in the background. All devices