Replies: 1 comment
-
I was wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm having a problem and I can't solve it.
Basically I have voice messages in the list that are reinitialized when something in the list changes.
This is probably related to FlashList Recycling, since while debugging I notice that the first element (the audio message) becomes the second after adding another element.
This means that the voice message returns to its initial state and then stops.
How can I avoid this behavior?
Sincerely
Beta Was this translation helpful? Give feedback.
All reactions