react-native-fast-image version: 5.1.1
react-native version: 0.57.4
Steps to reproduce:
Actual result: app crash due to memory leak
Expected result: no memory leak.
The reason of memory leak is VIEWS_FOR_URLS map. At step 2 there is 2 refs to the same view for different sources. At onDropViewInstance only the last ref is cleared
Hello, do you have any fixes for this?
I am also experiencing the same problem!
Thank you