react-native-threads
react-native-threads copied to clipboard
Create new JS processes for CPU intensive work
1. Run `pod install` on a RN 69+ app that uses `react-native-threads`. Look at the output for the part that says "Auto-linking React Native modules for target `______`: ". Notice...
I am currently facing an issue in my SDK 47 Expo environment while trying to declare a native Expo module to use with an AsyncFunction in my demanding task. After...
Using this library in a React Native 0.68 app, I get the following build error in XCode: ``` /Users/joltdev/code/jolt/universal/node_modules/react-native-threads/ios/ThreadManager.m:23:61: No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:' ``` Based...
Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
> Task :react-native-threads:compileReleaseJavaWithJavac FAILED /home/raja/Documents/SupervisorApp/node_modules/react-native-threads/android/src/main/java/com/reactlibrary/ReactContextBuilder.java:15: error: cannot find symbol import com.facebook.react.bridge.NativeModuleCallExceptionHandler; ^ symbol: class NativeModuleCallExceptionHandler location: package com.facebook.react.bridge /home/raja/Documents/SupervisorApp/node_modules/react-native-threads/android/src/main/java/com/reactlibrary/ReactContextBuilder.java:135: error: cannot find symbol private NativeModuleCallExceptionHandler createNativeModuleExceptionHandler() { ^ symbol: class...
hello, Recently, i use the package for may project, when i build the android project, it throw. > FAILURE: Build failed with an exception. * What went wrong: A problem...