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

Create new JS processes for CPU intensive work

Results 78 react-native-threads issues
Sort by recently updated
recently updated
newest added

I'm using Typescript and a worker thread using a lot of modules. I guess I should take the release route even for development to produce a correct javascript file to...

Hi! I'm trying a project with realm but I catch error "com.facebook.react.JavaScript (15): EXC_BAD_ACCESS (code=1, address=0x0)" after (Cmd + R), testing also did on android (real devices), it works without...

help wanted

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

I believe this [change](https://github.com/facebook/react-native/commit/0912ee179c210fb6b2ed9afbb3f2fbc5fb8a2bb3) broke using the correct thread bundle in iOS release mode with react-native 0.68.1, and instead using the main bundle: ``` THREAD NAME App/Workers/my_worker //

I'm using this library to do some JS blocking file decryption on a worker process. This library works great to free up the main thread but the actual decryption time...

I try to create two file worker.thread.js with same content. - 1 file same folder with App.js - 1 file same folder with process data file (processData.js) I call: `const...

The readme should hopefully give a good description of what happens here But for some real world numbers. My thread bundle was clocking in at 800kb. With this change, it...

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies