You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi,
I have keeping an eye on Nativescript for a while, starting around the time when you had a 2 templates solution, a HTML template for web and a NS template for Native script.
With the new version released (2 years ago) it is now all done in the HTML template.
I am missing tutorial or instruction page how to do this 2 layout setup for web (using angular material design) and native script directives?
Or do I just have to do an @if statement in my template for native and non native?
Describe the solution you'd like
Support for 2 templates, Native Script and HTML/Web so I can maintain one code base
The key reason we've generally steered away from this is because in practice this leads to quite a number of static analysis and IDE issues. Technically it's possible but not sure the pros outweigh the benefits you get from a well architected workspace, eg: https://nstudio.io/blog/nx-javascript-is-dead
Is your feature request related to a problem? Please describe.
Hi,
I have keeping an eye on Nativescript for a while, starting around the time when you had a 2 templates solution, a HTML template for web and a NS template for Native script.
With the new version released (2 years ago) it is now all done in the HTML template.
I am missing tutorial or instruction page how to do this 2 layout setup for web (using angular material design) and native script directives?
Or do I just have to do an @if statement in my template for native and non native?
Describe the solution you'd like
Support for 2 templates, Native Script and HTML/Web so I can maintain one code base
Describe alternatives you've considered
use @if statement in HTML template.
Anything else?
Keep up the good work!
Please accept these terms
The text was updated successfully, but these errors were encountered: