tobydeh / nativescript-download-progress

Download large files in Nativescript with progress events
Apache License 2.0
11 stars 16 forks source link

Nativescript 8 compatibility? #32

Open jdavidbakr opened 3 years ago

jdavidbakr commented 3 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

  "dependencies": {
    "@nativescript/core": "~8.0.0",
    "@nativescript/social-share": "^2.0.4",
    "@nativescript/theme": "~2.3.0",
    "@triniwiz/nativescript-couchbase": "^1.2.5",
    "dotenv": "^8.6.0",
    "nativescript-audio": "^6.2.5",
    "nativescript-download-progress": "^1.4.3",
    "nativescript-ui-sidedrawer": "^9.0.3",
    "nativescript-vue": "^2.9.0",
    "nativescript-vue-lifecycle-hooks": "^1.0.0",
    "nativescript-worker-loader": "^0.8.1",
    "rxjs": "^6.6.7"
  },
  "devDependencies": {
    "@nativescript/android": "8.0.0",
    "@nativescript/webpack": "~5.0.0-beta.0",
    "nativescript-vue-template-compiler": "~2.8.4",
    "node-sass": "^4.7.1"
  },

Please, tell us how to recreate the issue in as much detail as possible.

After upgrading to NativeScript 8, I am getting the following error when this plugin is called:

Error: com.tns.NativeScriptException: Failed to find module: "./android-worker.js", relative to: app//

App ran normally prior to upgrade.

jacopo69 commented 2 years ago

Same issue happens to me. Is there any workaround?

tobydeh commented 2 years ago

Please try the latest version on npm :)