zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 748 forks source link

UnLoop audio #530

Closed MBatroukh closed 5 years ago

MBatroukh commented 5 years ago

Is there a way of unlooping the sound without stopping it altogether?

MBatroukh commented 5 years ago

Actually just discovered that it's {soundFile}.setNumberOfLoops(0)