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
{{ message }}
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
@jeffbcross I regret not tracking ya' at ngConf, really wanted to chat a couple options with you and this toolkit, which I love. Great job on the presentation btw.
The gist of what I wanted to run by you is the possibility of a --native flag in addition to --mobile flag which could generate a NativeScript shell (or even ReactNative, whichever user prefers). I could certainly help provide a PR over next 2 weeks which would essentially do following:
$ ng new hello-mobile --mobile --native
$ cd hello-mobile
Then run the app:
$ ng run ios
or...
ng run android
There's a lot of nice things that could be done here with regards to this but that'd be my first base run.
If multiple native runtimes were supported we could provide something like this:
$ ng new hello-mobile --mobile --nativescript
...or...
$ ng new hello-mobile --mobile --reactnative
bradmartin, kenhowardpdx, jlooper, MiroValchev, codeteks and 7 more