Giselle Zeitoune

Results 3 comments of Giselle Zeitoune

Thank you for your prompt response. That works! But then, what is autoplay for? Is it ok to set isStopped to true? It sounds like a hack just to make...

There's another problem when setting `isStopped` to `true`. Now, when a state changes, the animation stops playing. See: [https://codesandbox.io/s/xjr104920p](url) The play button should start the animation on the bottom but,...

I know it's a bit late but I had the same problem and solved it by changing player.pause(); to player.stop(); on react-native-sound/android/src/main/java/com/zmxv/RNSound/RNSoundModule.java stop method. I changed this: @ReactMethod public void...