react-native-threads
react-native-threads copied to clipboard
Create new JS processes for CPU intensive work
For ThreadBaseReactPackage ` new UIManagerStubModule(catalystApplicationContext)` doesn't seem to be working in RN 0.61 Is someone having this issue? 
Is there a way to create an inline worker using this library?
Do you have intent to update this package to work on RN last version? i.e. Automatic Link
I am following all the library installation steps listed here: https://github.com/joltup/react-native-threads/blob/master/README.md But I have not managed to run this library in React-Native, I am using the dependencies: "dependencies": { "react":...
I installed your library, but after **pod install**, I had this error: ``` No podspec found for `RNThread` in` ../ node_modules / react-native-threads` I modified my pod file pod 'RNThread',:...
Hi, I've managed to implement your package on RN 0.60.4 in a boilerplate app, although when implementing on an app with RNNavigation it simply does not works when spawning a...
``` Crash java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to load script from assets 'threads/pre-load-data-worker.thread.bundle'. Make sure your bundle is packaged correctly or you're running a packager server. ``` ![screen shot 2018-07-28 at...
Because netinfo module was deleted in RN 61 we have error: ThreadBaseReactPackage.java:13: error: package com.facebook.react.modules.netinfo does not exist I commented 13 and 49 strings in ThreadBaseReactPackage.java to temporary start project
@Traviskn i am using initially to get the data from local db and sets the data to UI. After tat I invoke a function to sync data to local db...