This workspace contains NativeScript examples of @chenglou/pretext demos in 3 app variants:
ns-pretext-angular: Angularns-pretext-solid: SolidJSns-pretext-vue: Vueshared: Shared pretext adapters, layout helpers, demo metadata, and reusable demo logic used across the apps.
Each app includes the same core demo set, including chat bubbles, editorial spread, masonry, and justification comparison examples.
ns-pretext-examples.mov
Open the app folder you want to run, then start a NativeScript debug session with one of these commands:
ns debug ios --no-hmr
ns debug android --no-hmrExamples:
cd ns-pretext-solid
ns debug ios --no-hmr
cd ../ns-pretext-angular
ns debug android --no-hmr
cd ../ns-pretext-vue
ns debug ios --no-hmr