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
Currently when you develop plugins, you need to pass --syncAllFiles to CLI and you should also run tsc in the plugin source directory.
With NativeScript 6.0 we no longer require these actions - just use tns run <platform> in your demo application and CLI will take care of transpiling your plugin source code and watching for changes in its native part.
The text was updated successfully, but these errors were encountered:
Currently when you develop plugins, you need to pass
--syncAllFiles
to CLI and you should also runtsc
in the plugin source directory.With NativeScript 6.0 we no longer require these actions - just use
tns run <platform>
in your demo application and CLI will take care of transpiling your plugin source code and watching for changes in its native part.The text was updated successfully, but these errors were encountered: