awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NativeScript avatar

NativeScript/NativeScript

0
View on GitHub↗
25,446 星标·1,733 分支·TypeScript·mit·7 次浏览nativescript.org↗

NativeScript

NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features.

The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by metadata-driven type generation, which creates language-specific definitions from native headers to provide compile-time safety and IDE autocompletion when interacting with native platform services.

Beyond its core bridging capabilities, the project includes a comprehensive suite of tools for managing the entire mobile development lifecycle. This includes reactive state management for UI synchronization, automated native memory management, and a robust plugin development kit for extending applications with custom native code. The platform also provides extensive diagnostic and observability utilities, including performance monitoring, error handling, and background task management to ensure responsive application behavior.

Features

  • Cross-Platform Frameworks - Provides a framework for building native mobile applications using JavaScript or TypeScript with full platform access.
  • Mobile Development Tools - Provides a development environment that bridges script code with native languages to access mobile OS features.
  • Native Platform Access - Provides direct access to underlying native platform objects and APIs for full system integration.
  • Native API Bridges - Bridges script code with native operating system features to invoke platform-specific methods and hardware capabilities.
  • Native API Invocation Runtimes - Calls native platform capabilities directly from script code using provided type definitions and runtime bridges to interact with underlying operating system features.
  • JavaScript-to-Native Bridges - Exposes native platform APIs to script code by dynamically mapping native classes, methods, and properties into the runtime environment.
  • Component Data Binding - Implements reactive data binding to synchronize interface properties with underlying data sources automatically.
  • Native UI Primitives - Maps declarative UI components directly to underlying platform-native widgets to ensure a fully native look and feel.
  • Cross-Platform Development - Enables building native iOS and Android applications from a single codebase with direct access to platform APIs.
  • Application Lifecycle Monitors - Tracks and responds to cross-platform application lifecycle events like launch, suspension, and memory warnings.
  • Native Script Execution Environments - Runs script code natively on mobile devices by bridging execution environments with platform-specific languages like Swift, Kotlin, and C++.
  • Declarative UI Frameworks - Uses declarative markup to define user interfaces that render as high-performance native platform components.
  • Declarative UI Toolkits - Constructs mobile interfaces using declarative markup and reactive data binding to synchronize state with native views.
  • Data Synchronization Tools - Synchronizes data objects with interface elements to ensure automatic view updates.
  • Plugin Development Kits - Offers a toolkit for creating, testing, and distributing reusable mobile extensions that integrate native capabilities.
  • Android Activity Lifecycle Management - Provides hooks to monitor and respond to Android activity lifecycle events during application navigation.
  • Android Platform Integrations - Provides direct access to the underlying Android application instance and active activity for platform-specific operations.
  • Build Tools - Automates the process of creating, building, and running mobile applications through a command-line interface.
  • Plugin Development Kits - Provides a standardized kit for developing and distributing reusable mobile extensions with custom native code.
  • iOS Delegate Hooks - Hooks into the native iOS application delegate to manage system-level lifecycle events.
  • Property Reactivity - Converts standard data objects into reactive instances for automatic UI synchronization.
  • Application Integration - Integrates pre-built modules to access native platform features like biometrics, camera, contacts, maps, and payment gateways.
  • Native Bridge Memory Management - Converts native blocks into script functions and vice versa while automatically managing memory retention to prevent leaks during callback execution.
  • Gesture Recognition - Implements native gesture recognition to detect and respond to user swipe actions across mobile platforms.
  • Native Control Embedding - Embeds platform-specific interface components directly into the application visual tree.
  • 桌面与移动应用 - Framework for building native mobile apps with JavaScript.
  • Desktop and Mobile Development - Build native iOS/Android apps using JavaScript.
  • MVC Frameworks - Cross-platform native mobile app development.
  • Web Frameworks - Build truly native cross-platform iOS and Android apps with JavaScript.
  • Reactive Property Listeners - Notifies registered listeners whenever a property value changes to enable reactive state updates.
  • Data Serialization - Converts data between JavaScript and native platform formats for seamless API communication.
  • Script-to-Native Type Mappings - Converts script types including numbers, arrays, and null values into their corresponding native equivalents to ensure compatibility with platform APIs.
  • Type Generation Tools - Generates static type definitions from native metadata to enable IDE autocompletion and compile-time safety.
  • System Broadcast Listeners - Registers and manages listeners for system-level broadcast intents to handle external events.
  • Native System Integrations - Enables extending application functionality by adding native source files accessible from script code.
  • Native Class Subclassing - Allows creation of custom subclasses of existing native classes to override methods and add functionality.
  • Native Class Wrappers - Maps native classes to script constructor functions and instances to wrapper objects while maintaining prototype chains and identity equality.
  • Native Memory Lifecycle Management - Provides automated memory management for native C-based objects, offering manual control over reference counting for unmanaged instances.
  • Buttons - Displays standard interactive button widgets that map to native platform controls.
  • Tabbed Interfaces - Organizes application content into tabbed navigation interfaces for switching between views within a single screen.
  • Reactive State Management - Synchronizes application data with the user interface using observable patterns for automatic state updates.
  • Alert Components - Displays native modal alert components to capture user acknowledgement before continuing application flows.
  • Virtual Scrolling Utilities - Optimizes large list performance by recycling views as they move off-screen during scrolling.
  • Type Conversion Utilities - Translates automatically between native platform types and script equivalents during runtime.
  • Application Error Handling - Intercepts and logs unhandled exceptions through custom handlers to ensure application stability and debuggability.
  • Native Method Selectors - Maps native selectors to script functions by concatenating argument names, allowing direct execution of native methods with multiple parameters.
  • Native Property Accessors - Interacts with native properties and extension functions by utilizing generated getter and setter methods or passing the target instance as a function parameter.
  • Native System Interfacing - Provides runtime capability to implement native interfaces by satisfying required methods during instantiation.
  • Reactive Array Tracking - Monitors array modifications to trigger notifications and keep the user interface synchronized.
  • Application Lifecycle Management - Allows definition of custom application classes to execute logic during the earliest stages of the launch process.
  • Native Object Accessors - Exposes Kotlin companion objects, singleton instances, and package-level functions to script code through standard field and method access patterns.
  • Type Definition Generators - Generates language-specific type definitions from native platform headers to enable IDE autocompletion and compile-time safety.
  • Application Performance Monitoring - Tracks runtime performance metrics like frames-per-second to identify bottlenecks and ensure smooth UI interactions.
  • Memory Leak Detection - Prevents memory leaks by utilizing weak event listeners to ensure proper garbage collection.
  • Date and Time Pickers - Provides native calendar interfaces for selecting specific dates.
  • Display Metrics - Provides access to physical screen dimensions and pixel density for responsive layout rendering.
  • Dynamic List Rendering - Generates lists from data collections by applying templates to each item.
  • Safe Area Metrics - Retrieves device-specific inset values to calculate available screen space around system UI elements.
  • System Appearance Syncers - Synchronizes application visual themes automatically with system-wide light or dark mode preferences.
  • Text Editing Components - Provides text entry fields with support for password masking and platform-specific styling.
  • XML Parsers - Parses XML strings into structured data using event-based callbacks during the parsing lifecycle.
  • Native Search Inputs - Provides native search field widgets that map directly to platform-specific input controls.
  • File-Based Storage Systems - Manages local file system directories for organizing application data.
  • Navigators - Maintains a record of visited pages within a frame to enable navigation history tracking.
  • Navigation Interceptors - Prevents default back button behavior by setting cancellation flags to trigger custom navigation logic.
  • Broadcast Receivers - Registers and unregisters native broadcast receivers to listen for system-wide intent messages.
  • Network Connection Detectors - Identifies the current network state of the device, such as whether it is using cellular data, Wi-Fi, or is currently offline.
  • Collection Converters - Facilitates seamless data exchange by converting between native platform arrays and script-based collections.
  • Native Structure Mappers - Exposes native structures as script objects, allowing developers to pass plain objects with matching shapes to native APIs.
  • Native Protocol Conformance - Exposes native protocols as script objects to facilitate class subclassing and runtime checks for protocol conformance.
  • Error Handling - Allows registration of global error handlers to process exceptions based on custom business logic.
  • Native Bridges - Handles the lifecycle of native objects and C-based structures by bridging garbage collection with native reference counting.
  • Memory Pointers - Enables direct interaction with native APIs by providing a reference object mechanism for memory locations.
  • Custom Event Emission - Enables triggering notifications for custom actions or property changes to inform registered listeners.
  • Multi-line Text Inputs - Renders text entry fields that support multiple lines for longer-form content.
  • Dynamic UI Renderers - Generates native components from external strings or modules at runtime for flexible interface rendering.
  • Flexbox Layouts - Positions child elements in flexible containers using alignment and ordering rules.
  • Grid Layout Engines - Defines grid row and column dimensions to control element positioning.
  • Keyframe Animation Engines - Defines complex motion sequences using keyframe-based timing and value interpolation for interface elements.
  • Custom Layouts - Enables the definition of custom structures for managing the positioning and arrangement of child elements.
  • Modal Management - Manages secondary views as overlays to capture user input without navigating away.
  • Progress Indicators - Renders visual bars to track and display task completion status.
  • Range Sliders - Provides slider interfaces for selecting numeric values within a defined range.
  • Toggle Switches - Provides native toggle switch components for binary state selection in user settings.
  • Event Listener Management - Manages the registration and cleanup of event listeners to handle user interactions and lifecycle events.
  • Remote Data Fetching - Retrieves data from network endpoints and automatically parses responses into usable formats.

Star 历史

nativescript/nativescript 的 Star 历史图表nativescript/nativescript 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

nativescript/nativescript 是做什么的?

NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features.

nativescript/nativescript 的主要功能有哪些?

nativescript/nativescript 的主要功能包括:Cross-Platform Frameworks, Mobile Development Tools, Native Platform Access, Native API Bridges, Native API Invocation Runtimes, JavaScript-to-Native Bridges, Component Data Binding, Native UI Primitives。

nativescript/nativescript 有哪些开源替代品?

nativescript/nativescript 的开源替代品包括: facebook/react-native — This project is a cross-platform mobile framework that enables the development of native iOS and Android applications… ionic-team/capacitor — Capacitor is a cross-platform mobile framework that enables developers to build native applications using web… dcloudio/uni-app — uni-app is a cross-platform framework for building mobile and web applications from a single Vue.js codebase. It… microsoft/reactxp — ReactXP is a framework for building cross-platform mobile and web applications from a single codebase using React. It… vuejs/vue — Vue is a progressive, component-based JavaScript framework designed for building reactive user interfaces and… twbs/bootstrap — Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides…

NativeScript 的开源替代方案

相似的开源项目,按与 NativeScript 的功能重合度排序。
  • facebook/react-nativefacebook 的头像

    facebook/react-native

    126,019在 GitHub 上查看↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    在 GitHub 上查看↗126,019
  • ionic-team/capacitorionic-team 的头像

    ionic-team/capacitor

    15,054在 GitHub 上查看↗

    Capacitor is a cross-platform mobile framework that enables developers to build native applications using web technologies. It functions as a hybrid app container, wrapping web assets within a native runtime that provides a standardized bridge to device hardware and system-level services. By exposing native functionality through a plugin-based architecture, it allows web applications to access platform-specific features while maintaining a consistent interface across mobile and desktop environments. The project distinguishes itself by maintaining native project files as source assets, allowin

    TypeScriptandroidcapacitorcordova
    在 GitHub 上查看↗15,054
  • dcloudio/uni-appdcloudio 的头像

    dcloudio/uni-app

    41,549在 GitHub 上查看↗

    uni-app is a cross-platform framework for building mobile and web applications from a single Vue.js codebase. It provides a multi-platform app compiler and a cross-platform UI library to ensure consistent behavior and visual presentation across different operating systems. The project features a native API bridge and a universal plugin system that wrap native SDKs into a unified interface, allowing developers to access device hardware and operating system functions. It utilizes a specialized rendering engine and native performance compilation to bypass standard document overhead and achieve h

    Objective-Candroidcross-platformcrossplatform
    在 GitHub 上查看↗41,549
  • microsoft/reactxpmicrosoft 的头像

    microsoft/reactxp

    8,257在 GitHub 上查看↗

    ReactXP is a framework for building cross-platform mobile and web applications from a single codebase using React. It provides a declarative interface that maps to different native implementation sets depending on the target environment. The project enables consistent visual experiences across operating systems through a flexbox-based layout engine, a virtual stack for navigation management, and a unified native-bridge API for accessing system services. It distinguishes itself with specialized capabilities for declarative animation orchestration, platform-specific logic resolution, and an aut

    TypeScript
    在 GitHub 上查看↗8,257
  • 查看 NativeScript 的所有 30 个替代方案→