Packages for running Octane apps on NativeScript.
| Package | What it is |
|---|---|
@nativescript-community/vite-octane |
The Octane flavor for @nativescript/vite: the config helper and the Vite HMR strategy that hot-updates Octane components on device. Built entirely on the public flavor API — the shape any community package can take. |
The reference app is ns-octane: an Octane universal renderer driving @nativescript/core views, with Vite HMR, a worker-driven Metal shader, and a native element defined in TypeScript.
npm install
npx nx run-many -t build test # every package
npx nx test @nativescript-community/vite-octanePackages build in place to packages/<name>/dist and publish from there.