sunithakk
sunithakk
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":...
"react-native": "0.55.2" is have to link this plugin?