react-native-threads icon indicating copy to clipboard operation
react-native-threads copied to clipboard

Create new JS processes for CPU intensive work

Results 80 react-native-threads issues
Sort by recently updated
recently updated
newest added

I was able to get the worker thread to receive a message, but when it then calls self.postMessage it does not seem like the main thread is receiving it. I...

Hello, Not a proper issue. I just want to understand some aspect missing or confusing for me in the documentations. Does More that one thread can be achieve without creating...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

M project conatins two seperate folders with multiple workers in each. For example: ``` /workers/group1/worker1.worker.js /workers/group1/worker2.worker.js /workers/group1/worker3.worker.js .... ``` and ``` /workers/group2/worker1.worker.js /workers/group2/worker2.worker.js /workers/group2/worker3.worker.js ... ``` Do I need to...

Following the explanation in [this issue of the RN repo](https://github.com/facebook/react-native/issues/29633#issuecomment-694187116) the change added in this PR is needed in order to be compatible with XCode 12

[`react-native/react.gradle`](https://github.com/facebook/react-native/blob/e8c1eeeb0630d73f106417684762f822ea980d91/react.gradle#L175-L218) shows how React Native uses `hermesc` to optimize the main bundle and run on Hermes.

After running the android release command my project gets a folder called "Raw" what is the purpose of this folder? I end up not being able to run my program...

I am getting below issue while running an app on iOS simulator. Initially it loads the default packager with default bundle and start the app simulator.but when navigating to the...

I followed the instructions for manual isntallation on ios but i keep getting the error in the title. Weirdly it's looking for libRNThread.a in /Release-appletvsimulator folder

I had to manually install as automatic would never run. however i eventually got it running and have placed breakpoints in XCode and confirm that `postmessage` is being called but...