murtuzamacdev
murtuzamacdev
> @Gil-Epshtain you can force a detect changes to update the virtual scroll from ChangeDetectionRef.detectChange(), this method force the view to detect the changes. That can update the virtual-scroll list;...
> Thanks for your help. It will loop then, but only after a delay of 1 second. So this looping feature is a little bit useless. Correct. The delay is...
I have put my comment on a related issue here: https://github.com/react-native-audio-toolkit/react-native-audio-toolkit/issues/171#issuecomment-710994864
Facing the same issue. It ruins the user experience.
I overcame the issue with below custom loop: 1. Note the exact duration of each of your sounds in milliseconds. 2. Create a `setInterval` method and pass the millisecond of...
> Try using xstable-patch-1 branch It looks like that the example app from this branch **does** work. However, after installing it as a dependency to my project with: `npm i...
@mikevercoelen Sorry for the delayed comment. I ended up using the forked version of `react-native-sound` plugin: https://github.com/Menardi/react-native-sound-gapless.git Additionally, the forked version fixes the issue of gap between loops.