xplat icon indicating copy to clipboard operation
xplat copied to clipboard

Cross-platform (xplat) tools for Nx workspaces.

Results 71 xplat issues
Sort by recently updated
recently updated
newest added

Hi, our app is an {N} Angular / Web + Android hybrid app and has been upgraded to NativeScript 8. It stopped working. On Discord I've got the info the...

type: question

Hi there when i compile my project i get now this error `\node_modules\typescript\lib\typescript.js:42530 ts.Debug.assert(typeof typeReferenceDirectiveName === "string", "Non-string value passed to `ts.resolveTypeReferenceDirective`, likely by a wrapping package working with an...

I'm trying to create a web a app following the getting started steps. I managed to create an Ionic + Angular App, but when i try the same steps with...

Imagine we have a button that is shared across apps and web/mobile platforms , so we are gonna have a base in 'xplat/libs/features/base/button' and two other files in 'xplat/web/features/button' and...

I tried to follow your recommended steps to create a workspace but cannot make this work Is xplat active ? please update docs

When starting a nest app i keep getting this: ``` root@0a61fb8bdeb3:/devarea/nx-handyman# npx nx g app ✔ What name would you like for this app? · api ✔ What type of...

Please see [here](https://github.com/NativeScript/nx/issues/51)

type: question

I have an Angular component in a Nativescript project (located at libs/xplat/nativescript/features/src/lib/ui/components) which has 2 implementations for Android and iOS and both extend a base component in the same directory....

I think a baseClass option is missing for service generator. So like a base-component a base-service could include platform agnostic methods.

Is there any example available? I'm really confused with a lot of environment.ts files. I see the generated Nativescript app merges local (in app) environment with the environment file included...