Hello guys.
I have a Flatlist with multiple rooms where each room has a voice component that is able to play.
The first room is working great while the others works fine but are unable to be dragged to seek into a specific position. When placed in a view using mapping they works fine but inside flatlist dont.
The only solution im finding right now is to render only 1 room inside flatlist at a time, windowSize and i itialItemToRender of 1, so we unmount the room which is not into view, clear the filePath from cache (because im downloading the remote url of the audio and storing in cache).
But if i dont clear the filePaths after scrolling to different index, the waveform dragging functionality is broken.
Any solution?
Thanks in advance