NativeScript is a cross-platform mobile development framework that enables developers to write native applications using TypeScript and JavaScript. The framework provides direct access to native APIs from JavaScript, with current runtime support for iOS, Android, and visionOS. It stands as part of the OpenJS Foundation and allows developers to build applications using popular frameworks including Angular, React, Solid, Svelte, and Vue, while targeting native UI components across iOS (UIKit and SwiftUI), Android (View and Jetpack Compose), and Flutter.
The repository serves as the central source for NativeScript's core packages and utilities. Key packages maintained here include @nativescript/core, which provides primitives and an easy-to-use API surface for accessing diverse iOS, visionOS, and Android APIs. The @nativescript/types package offers TypeScript type definitions for both iOS and Android, with variants available including @nativescript/types-ios, @nativescript/types-android, and @nativescript/types-minimal for optimized IDE performance. Additional packages include @nativescript/ui-mobile-base for native UI classes and @nativescript/webpack for build utilities and configurations.
The project maintains a distributed architecture with specialized repositories handling specific components. The iOS and visionOS runtime, written in C++, Objective-C, and Swift, executes JavaScript code on Apple devices. The Android runtime, built with C++, Java, and Kotlin, provides equivalent functionality for Android. A dedicated CLI repository manages project creation, building, and deployment. The ecosystem extends further with repositories for documentation, plugins, Firebase integration, ML Kit support, and in-app payment solutions.
GitGenius activity tracking reveals substantial ongoing development and maintenance. Across 322 tracked issues and pull requests, the median response latency stands at 21361.1 hours with a mean of 27292.5 hours. The most frequently applied issue labels are bug-pending-triage with 82 occurrences, followed by bug and feature labels each with 54 occurrences. Top contributors include NathanWalker with 255 tracked events, CatchABus with 214 events, and rigor789 with 49 events. The repository shares overlapping contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, indicating cross-project collaboration within the broader developer tooling ecosystem.
The framework emphasizes developer experience through multiple starter templates available at nativescript.new, supporting JavaScript, TypeScript, Angular, React, Solid, Svelte, Vue, and Vue 3. The project maintains active community engagement through Discord, Twitter, and Stack Overflow channels. Development contributions are guided by a formal contributing guide and governance code, with the project welcoming pull requests and community involvement across its distributed repository structure.