NativeScript/NativeScript

⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid,...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 19 minutes ago
Added to GitGenius on October 31st, 2023
Created on March 1st, 2015
Open Issues & Pull Requests: 831 (+0)
Number of forks: 1,739
Total Stargazers: 25,604 (+0)
Total Subscribers: 649 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 932.0 days
Mean response time: 1170.6 days
90th percentile: 2704.3 days
Tracked items: 292

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 10 hours, while "css" waits about 86 months. Only 4% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 661
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,166 days
Stale 30+ days: 660
Stale 90+ days: 654

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (764)
  • os: android (710)
  • os: ios (633)
  • bug (625)
  • feature (434)
  • done (352)
  • backlog (314)
  • needs more info (264)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

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.

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.