-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated app to v7 and videoplayer 5.0.1, now getting error on compile #179
Comments
Can you share the project package.json, your code for how you're using the video player as well? |
Package.json
Usage on Page object:
JS:
Calling function:
Crashes when invoking showModal on the Page object. |
Too many issues to fix after upgrading to V7. |
Not sure what the issue is :) hard to help. V7 was a major version with breaking changes. If you have any errors or more info on what is broken with your update process I'd be happy to help guide you. Looks like you might have some plugins/deps that need to be updated but I'm unsure. |
I'm new to Nativescript but have used many mobile frameworks, albeit not in JS.
I've inherited an NS6 project which I need to update to NS7.
I've updated the NS files and the videoplayer stopped working so I updated that to 5.0.1 but getting this error on compile.
Module 'nativescript-videoplayer' not found for element 'nativescript-videoplayer:Video'.
Can anyone shed some light on this?
The text was updated successfully, but these errors were encountered: