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

Create new JS processes for CPU intensive work

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

Update Time: 2019-Oct-03 Update Title: How to shut down the thread after a predefined timeout and re-lance it ? After further researching and diagnosis, it turns out it's the linear...

Hi I'm using React Native: 0.59.10 and Android 9. I have used Jetifier for new packages. Whenever I'm using react-native run-android, I get the following error. ``` error: constructor RNThreadPackage...

Hi, this project seems to be what I need. I'm relying on native events from a native modules coming through the bridge at a high rate. In my application right...

When running in debug mode on Xcode, I always get "runtime is not ready for debugging. Make sure Packager server is running" Running in release works fine. Debug mode only...

I tried a few solutions from google but nothing helps. The moment I add `const thread = new Thread('./thread.js')` I get this error. Since I'm running an ejected Expo error...

When I start a new thread which executes the following code, the memory will grow rapidly, and cause the app to crash. ``` setInterval(function () { let str = generateLongString(1000...

Hi, I am testing this library with a simple functionality where this thread would connect to a websocket server and send a message every 6 seconds through a timer, or...

Dear all. I want to make an app which works onPuse mode. The app is a webview to run a website with injected javascript. But onPuse will stop all app...

**i had this following issue when i run my app:** ```/home/mohamed/Desktop/izisystem/izicheck/node_modules/react-native-workers/android/src/main/java/co/apptailor/Worker/core/ReactContextBuilder.java:9: error: JSCJavaScriptExecutor is not public in com.facebook.react.bridge; cannot be accessed from outside package import com.facebook.react.bridge.JSCJavaScriptExecutor; ^ /home/mohamed/Desktop/izisystem/izicheck/node_modules/react-native-workers/android/src/main/java/co/apptailor/Worker/core/ReactContextBuilder.java:19: error: cannot...

Android seems to work, but when I run iOS, I see: ```2017-10-06 15:21:28.391 [fatal][tid:com.facebook.react.WebSocketExecutor] Runtime is not ready for debugging. Make sure Packager server is running.``` I'm not manually running...