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

Here is what I had to do to make workers work on iOS using offline release bundles. 1) Fix node_modules/react-native-workers/ios/Workers/WorkerManager.m as follows: ``` //NSURL *workerURL = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:name fallbackResource:nil];...

I tried running a production version (Scheme -> Build Configuration = Release), the main bundle loads and attempts to start the worker, but this just repeats in my logs: ```...

Using react-native-workers: ^0.3.1, react-native: ^0.34.1 When i start my worker in componentDidMount. The script gets downloaded, but it doesnt get executed on device. I am using debug mode and Loading...

var obj = {method:'POST'} fetch('http://localhost:3000/',obj).then(function(){ self.postMessage("check"); })

I see you have WorkerPackage for android and was wondering if anything similar exists in the case of ios.

I am looking for a package that enables me to shcedule daily or hourly operations and be confident that those are not going to be shut down by the OS,...

Are you planning to update Android Services for RN 0.30? If so, when it will be ready? I need this module so I started to work on it, any tips...

As of `[email protected]`, `rnpm` is no longer needed. See https://github.com/facebook/react-native/releases?after=v0.29.0.

I've been having ridiculous problems with trying to get this to work in a non-headachy way, not through any fault of your own. This is a great library and I...