Open arvindkkore opened 8 years ago
Same here
Same here
any solutions? getting the same error. opened android studio and saw the main application was giving a package error. fixed that as per the installation docs but getting more package errors for the ReactContextBuilder java file
@amanthegreatone I fixed the package errors following this -> https://github.com/devfd/react-native-workers/pull/24/commits/dce4185918f269dc9d3b877f94c23c6185ff0af2
@arvindkkore I m stuck at the same place
I fixed it , @arvindkkore have worker.js where you have your index.android.js , restart the react-native start and it runs fine , follow the changes I posted above
dont forget to kill the react-native server and start again everytime you change worker.js file
I followed the process given with tutorial ,but gettting following error
\node_modules\react-native-workers\android\src\main\java\co\apptailor\Worker\WorkerModule.java:180: error: cannot find symbol return JSBundleLoader.createFileLoader(getReactApplicationContext(), "assets://workers/" + jsFileSlug + ".bundle");