react-native-threads
react-native-threads copied to clipboard
Create new JS processes for CPU intensive work
Hi, i call a native module in my thread but the callback doesn't response All works perfectly, also if i call other functions of this module, but with this the...
Hi, Im using this thread lib on the react facebook example app. When I press the back button from the main screen of my app the app goes to background...
Hi, In my app i have a side-menu as well which works perfectly fine for the android app, but in iOS the side-menu fails to render anything as soon as...
Hi, thank you for making this module. I've encountered an issue after compiling and launching my app. Here are some additional details. > "react": "^16.4.1", "react-native": "^0.56.0", "react-native-threads": "0.0.13" worker.thread.js...
First of all, thanks for reviving this, as indeed the other two modules do not seem to be maintained anymore! But I've just tried to use this (on mac and...
` "react-native": "0.67.4", "react-native-threads": "^0.0.19",`  data get from the server in 2-second intervals. the app crashed when it creates the thread see the above image ` const thread =...
This package doesn't work with the new architecture / turbo modules enabled
It works well on ios. but I can't get message in thread that I sent in main thread on Android. I am using React Native v0.65
The library no longer functions with version 0.70 of react native. Any suggestions for resolving this issue or using an alternative library?
This commit revises react-native-threads to accommodate API changes introduced in React Native 0.70+. The update constitutes a breaking change for users on older React Native versions, who will need to...