Chris Hines
Chris Hines
@hitman249 Could you please share your leak-free implementation? I'm curious what the imperative style looks like
In [my issue](https://github.com/Shopify/react-native-skia/issues/1719) discussing the crash present in the workaround, I observed that even an empty canvas is gradually accumulating memory. https://github.com/Shopify/react-native-skia/assets/16542421/ddbd4357-a7d4-40d5-8003-aaf59c56f1aa
@wcandillon Sure! Here's a repo: https://github.com/cjhines/skia-memory-example By repeatedly opening and closing the second screen with the buttons on the top, you will see memory consumption growing rapidly. In our real...
@chrfalch Hugely appreciated! I've pushed a commit to simplify the project to be contained in `App.tsx` and removed many unrelated dependencies.