rn-d3-art-charts
rn-d3-art-charts copied to clipboard
memory-leaks
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?