react-native-threads
react-native-threads copied to clipboard
Create new JS processes for CPU intensive work
@Traviskn @swansontec @aryo @newyankeecodeshop After successful installation while running the app the following error occurs ``` D:\React-native\BTSpeakz\node_modules\react-native-threads\android\src\main\java\com\reactlibrary\ReactContextBuilder.java:6: error: package com.facebook.hermes.reactexecutor does not exist import com.facebook.hermes.reactexecutor.HermesExecutorFactory; ^ D:\React-native\BTSpeakz\node_modules\react-native-threads\android\src\main\java\com\reactlibrary\ThreadBaseReactPackage.java:19: error: cannot find...
I can't build my project after having added this library: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformClassesWithMultidexlistForDebug'. > com.android.build.api.transform.TransformException: Error while...
The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build. This might happen in subprojects that apply the Kotlin plugins...
When the app starts I often see this: ``` [Thu Jun 11 2020 12:03:45.415] BUNDLE ./thread.js [Thu Jun 11 2020 12:03:45.540] BUNDLE ./index.js [Thu Jun 11 2020 12:03:55.373] BUNDLE ./thread.js...
The React native config wasn't getting included in the package, so broke autolinking
When the event emitter is fired, doing a console log of **self** in the callback `DeviceEventEmitter.addListener('ThreadMessage', (message) => {` seems that onmessage property is always **null** ` { onmessage: null,...
Please rename the package name in AndroidManifest.xml to prevent conflicts with other packages.
Hello, after installation and configuration, when I am run the app I get the next Error! ``` > Task :react-native-threads:compileDebugJavaWithJavac > Task :react-native-threads:compileDebugJavaWithJavac FAILED Deprecated Gradle features were used in...
When I import package to working.thread.js code to use it, I get the error "null is not an object (evaluating 'Package_Name')" So, how can I use packages in the threads?...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...