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

Do heavy data process outside of your UI JS thread.

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

big thanks, this is a nice componen... its really help me to create a background service... every time i want to test my index.worker.js using this script : node node_modules/react-native/local-cli/cli.js...

Spent my whole day trying to print a single log in the listener.. but no luck. I couldn't also make the example project code to work either, other than displaying...

Looking at the code, it seems that RNWorkers require bridge from the rootView. It is possible to have another start function that accepts the bridge as the parameter. Possibly like:...

I have this issue both with an internal app, and with the example app, after updating `react-native`. ```bash git clone [email protected]:fabriciovergal/react-native-workers.git cd react-native-workers/example npm i && npm i [email protected] #...

I'm wondering if anyone has successfully used react-native-workers with remote debugging enabled in the app. When I use remote debugging, I get an exception that "Runtime is not ready for...

Hi Fabricio, Thanks for the useful library - we have integrated it successfully in our production app for Android but are facing a syntactical issue on iOS. Can anyone please...

Hello, Would you be open to me submitting a PR for the readme. At the moment, the info spread throughout the issues & multiple pages. I'd like to make it...

CpResource worker.jsbundle /Users/mmmurf/Library/Developer/Xcode/DerivedData/rnapp-ccdxqyixutejvsgkritolwuwskbd/Build/Products/Debug-iphoneos/rnapp.app/worker.jsbundle cd /Users/mmmurf/projects/react-native-workers/example/ios export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/mmmurf/projects/react-native-workers/example/ios/worker.jsbundle /Users/mmmurf/Library/Developer/Xcode/DerivedData/rnapp-ccdxqyixutejvsgkritolwuwskbd/Build/Products/Debug-iphoneos/rnapp.app error: /Users/mmmurf/projects/react-native-workers/example/ios/worker.jsbundle: No such file or directory Steps to...

This file does not seem to be getting generated when I test on device, though it works when the packager is loaded via a URL rather than a file.

loading the following URL in the browser: http://localhost:8081/index.worker.bundle results in the packager error printed to the terminal running the packager: Error: Error validating module options: child "platform" fails because ["platform"...