
NativeScript
NativeScript lets you build fully native apps without sacrificing user experience, using a shared set of components that map directly to each platform's native UI building blocks.
Introduction | NativeScript
To aid in cross-platform development, common use cases are implemented in @nativescript/core utilizing the underlying native APIs provided by each runtime. Many popular JavaScript frameworks …
Tutorials - NativeScript
Learn NativeScript by following a tutorial...NativeScript is a celebration of the platform in your favorite language, JavaScript. Along with that comes all the benefits you might expect, like being able to use …
Build a master-detail app with Angular | NativeScript
Apr 25, 2019 · What's next Congratulations! You built your first NativeScript app that runs on both iOS and Android with Angular. You can continue adding more NativeScript UI components (or build your …
Build a master-detail app with Plain TypeScript | NativeScript
Apr 25, 2019 · What's next Congratulations! You built your first NativeScript app that runs on both iOS and Android. You can continue adding more NativeScript UI components (or build your custom UI …
Environment Setup | NativeScript
A note about iOS on unsupported systems A Mac is required to build projects that use native iOS code. Simpler apps can be tested using NativeScript Preview.
Build a master-detail app with Vue | NativeScript
Apr 25, 2019 · Add this 👇 --> <ActionBar title="NativeFlix" /> </Page> </template> <script lang="ts"> import Vue from 'nativescript-vue' export default Vue.extend({}) </script>
Creating a New Project - NativeScript
Summary NativeScript allows scaffolding projects with various templates to kickstart your app development. Official templates can be found in the Templates GitHub repository and on NPM. …
Getting Started - NativeScript Docs
NativeScript is how you build cross-platform, native iOS and Android apps without web views. Use Angular, TypeScript or modern JavaScript to get truly native UI and performance while reusing the …
Preview | NativeScript
Can I use any plugin that does not have a native dependency? Yes! Any plugin which doesn't require additional native libraries (gradle dependency, cocoapod, pre-build xcframework etc.) should work.