Nathan Walker

Results 332 comments of Nathan Walker

@dopsonbr hi, we have had some in progress trials regarding this here: https://github.com/nstudio/xplat/blob/master/packages/xplat/src/utils/xplat.ts#L1130-L1208 But it's all disabled at moment as there were some issues with the xml parser since WebStorm...

@dtomaszewski You can tag to heart's content using Nx tags for module enforcement boundaries as you see fit. Thanks for mentioning the {N} app generator "without structure" in Angular 9;...

You can create those structures and tagging, just tag xplat/{platform}/{nested} etc in your Nx.json As far as nested libraries (many different parts) within xplat layer this came up recently in...

@mbektchiev helpful idea - I just came across this today as well. I like your suggestion however perhaps instead of a rather obj-c'y kind of name like `__ns_extend_native` perhaps could...

Makes sense @mbektchiev - I was under impression that `__ns_extend_native` would be just a JavaScript method that would extend as suggested in [this comment you provided](https://github.com/NativeScript/ios-runtime/issues/818#issuecomment-425395591) (`(UIResponder as any).extend({ ...etc.`...

@wstidolph can you confirm that your project is using 12.4.3 of xplat latest? Ionic latest was added in 12.4.1 specifically: https://github.com/nstudio/xplat/releases/tag/12.4.1 If you update to 12.4.3, or run `nx migrate...

@wstidolph it should by default use Capacitor and should have @capacitor/... deps in it. When you can you might drop the Ionic app's package.json here that you generated in your...

Ah got it now thanks. Yes we can add that back to the initial setup of each app. The general plan is to swap the ionic app generator and use...

@vance I've wanted this for awhile myself actually 👍 My thinking rather is something more via an argument where you could provide location of template to base your generation on,...

@phillipplum thanks for pointing this out - definitely agree, goal is to always do as little as possible for the add on's here to preserve Nx behavior in every way....