react-native-workers
react-native-workers copied to clipboard
Background services and web workers for react-native
This lib has not seen a commit for 2 years. I suggest people interested in having similar features to look into this: https://github.com/joltup/react-native-threads
HI , I am new to react-native i integrated react-native-workers as you mentioned in this repo i tried with manual as well as automatic. i am getting the below errors....
Compiling my project on android throws me errors. I get 11 errors in android studios formulated similarily: error: cannot find symbol : and when running in terminal: ``` > Task...
In the readme for lifecycle: > the workers are paused when the app enters in the background In the description it's: > Bonus point on Android you can keep a...
How to resolve these errors? C:\Users\CR-27\creatise\test1\node_modules\react-native-workers\android\src\main\java\co\apptailor\Worker\core\BaseReactPackage.java:11: error: cannot find symbol import com.facebook.react.modules.core.JSTimersExecution; ^ symbol: class JSTimersExecution location: package com.facebook.react.modules.core C:\Users\CR-27\creatise\test1\node_modules\react-native-workers\android\src\main\java\co\apptailor\Worker\core\ReactContextBuilder.java:9: error: JSCJavaScriptExecutor is not public in com.facebook.react.bridge; cannot be accessed...
and my RN version is { "name": "test1", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "native-base": "^2.7.2", "react": "16.4.1", "react-native": "0.55.2", "react-native-clean-form":...
Running: react-native link react-native-workers And then trying to open the project with xcode (i.e, to manually link another library), breaks the project in a way it can no longer compile....