I am creating a App that uses React Native in some part, but not all.
I have an instance of RCTRootView
Setting it to nil and removing it from the superview doesn't seem to release it.
The CPU and RAM stays high, so it seems the React app stills executing on the threads.
How can I stop it?
Thanks :)