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

Background services and web workers for react-native

Results 30 react-native-workers issues
Sort by recently updated
recently updated
newest added

Hi, First of all thank you for amazing plugin! I would to know, can i run app in background when user restarted his device?

Hi, this is pretty bad-ass man, niceeee! Just curious, are SharedArrayBuffer's supported?

i have running on simulator. it run as well. But i install and run app on real Iphone, this worker but not run. why?

This is not well tested yet. I have only tested a very simple postMessage scenario. The sample app needs to be updated by initializing a new react-native project, it's probably...

`/Users/vinay/git/sighte/node_modules/react-native-workers/android/src/main/java/co/apptailor/Worker/core/ReactContextBuilder.java:7: error: cannot find symbol import com.facebook.react.bridge.CatalystInstanceImpl; ^ symbol: class CatalystInstanceImpl location: package com.facebook.react.bridge /Users/vinay/git/sighte/node_modules/react-native-workers/android/src/main/java/co/apptailor/Worker/core/ReactContextBuilder.java:8: error: cannot find symbol import com.facebook.react.bridge.JSBundleLoader; ^ symbol: class JSBundleLoader location: package com.facebook.react.bridge /Users/vinay/git/sighte/node_modules/react-native-workers/android/src/main/java/co/apptailor/Worker/core/ReactContextBuilder.java:9: error:...

works in ios, only compiled in android

I followed the process given with tutorial ,but gettting following error \node_modules\react-native-workers\android\src\main\java\co\apptailor\Worker\WorkerModule.java:180: error: cannot find symbol return JSBundleLoader.createFileLoader(getReactApplicationContext(), "assets://workers/" + jsFileSlug + ".bundle");

Tried to install this for RN 0.30.2 but getting build errors for android. Saw that there are other pending issues also.

When trying to run my app with hot reloading, the worker does not work properly. I get the following messages: `2016-11-17 21:16:21.277 app[15089:2120623] No parent bridge defined - abord sending...