rn-d3-art-charts icon indicating copy to clipboard operation
rn-d3-art-charts copied to clipboard

memory-leaks

Open goughjo02 opened this issue 6 years ago • 0 comments

hey there, really nice code. it taught me a lot , thank you. I find that when I use anim_shape with react-navigation, I get memory leaks, because the animation loop can be running when react-navigation unmounts the component, and then it calls setState on an unmounted component. just wondering if anyone had experienced this?

goughjo02 avatar Aug 20 '18 22:08 goughjo02