Nathan Walker
Nathan Walker
Curious if this is currently supported. I have tried many different things but none seem to work. The issue seems to stem from the fact that the Retrofit (http://square.github.io/retrofit/) library...
Please see [here](https://github.com/NativeScript/nx/issues/51)
If you are migrating an old workspace (nx or xplat) and encounter this error: ``` Cannot read property 'content' of null /path/to/workspace/node_modules/yargs/build/lib/yargs.js:1132 throw err; ``` It is likely that you...
* To prevent and warn devs of platform related imports in incorrect barrels
Investigate feasibility of auto configuring Yarn workspaces to help package management be more isolated to each platform layer.
* xplat/ssr for shared universal bits as well as nest integrations * universal app generation or targeting of existing apps for universal integration
_From @goelinsights on April 23, 2018 19:53_ Trying to figure out the pattern for injecting nested smart and dumb components. Is the solution to re-create them but extract the repeating...
_From @goelinsights on April 23, 2018 19:13_ Trying to understand the docs. Sounds like if it needs different HTML templates, then it would go under a xplat category rather than...