Skip to content
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

use full import for Nativescript 8 #97

Merged
merged 3 commits into from
Jul 13, 2021

Conversation

tqhsonoma
Copy link
Contributor

Hi @firescript. Ryan, I made the changes so that the plug in will work for Nativescript 8. Please review and comment. Thanks. Thai

@Bidou44
Copy link

Bidou44 commented Jun 4, 2021

Actually it is working with nativescript 8, but you have to create alias in your webpack.config.

index.ios.js Outdated
@@ -1,4 +1,4 @@
const Frame = require("tns-core-modules/ui/frame").Frame;
const Frame = require("@nativescript/core//ui/frame").Frame;
Copy link
Owner

@firescript firescript Jun 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tqhsonoma double // typo - want to fix that up?

@firescript firescript self-requested a review June 21, 2021 12:44
@tqhsonoma
Copy link
Contributor Author

Ryan, Typo fixed. Thai

@firescript firescript merged commit a2a92d7 into firescript:master Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants