Jacob Parker
Jacob Parker
I think it depends on how you want to expose your API. I don't think you can do it just exporting styles alone, I think the component needs to have...
> FWIW, I want to refactor Cssta Just a note to say this is done! Have a look at the tests if you wanna see how stuff works — the...
I'm not sure this can be run with webpack to be honest, but feel free to try and prove me wrong! It gets its own dependency graph, and generates files...
Do you know what the expected behavior is? Is the check for `data.message_id` not needed?
Should be fine! Send a pr.
You've got the cost to start up a new JS VM, parse the additional source code (+ parse the RN source code again), send the contents from your main JS...
Yeah, the worker is created every time you do `new Thread`. Then any `postMessage` calls re-use it. It only gets removed if you explicitly call `thread.terminate()`. The cost is pretty...
What version of RN are you using? Are you using Hermes? Was this package autolinked?
There’s not enough information to look into this. If you need help, open a new ticket with more information on your issue
You can use https://github.com/jacobp100/react-native-threads for 0.62 and autolinking support