Open CrystalRanita opened 8 years ago
Seems like the infinite repeat count causes a memory leak. What I don't understand is why the leak is in Java and not JavaScript. Have you had a chance debugging this?
FYI, I think this issue is related to RN / Fresco usage of Object.finalizer(): https://github.com/facebook/react-native/issues/8711 https://github.com/facebook/fresco/issues/1363
The issue occurs on Android when the finalizer queue fills up, and then objects stop being garbage collected: https://code.google.com/p/android/issues/detail?id=215906
I kept image running over night but found an error occur: Could not invoke RKTiming.createTimer I am not sure this is react-native animated's issue or not.
Partial Code: I set iterationCount to infinite