zmxv / react-native-sound-demo

react-native-sound demo project for iOS and Android
MIT License
99 stars 103 forks source link

Crashing on iOS with v0.10.4 whenever .stop() or .pause() is called #12

Open thngdude opened 7 years ago

thngdude commented 7 years ago

As title states, calling whoosh.stop(() =>{}) or whoosh.pause() causes the app to crash. Testing on an iPhone 4S with iOS 8.x.

Currently working around by calling whoosh.release(), then re-initializing the sound, then playing again.