tobydeh / nativescript-download-progress

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

Fix compatibility with latest versions of nativescript #12

Closed andreacimino closed 4 years ago

andreacimino commented 4 years ago

Latest versions of Nativescript changed module scopes, making the plugin not working anymore. This fixes the issue.

andreacimino commented 4 years ago

Hello, I managed the plugin work, but still I have to figure out to make the npm publish script work, since the dependencies on package.json must be updated too. So please wait :-)

tobydeh commented 4 years ago

I will publish bump the version numbers and publish to npm.

andreacimino commented 4 years ago

Hello, I managed to make to make work the pack script by updating the dependencies. Please feel free to clone my repo to test before merging.