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

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

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

16 个仓库

Awesome GitHub RepositoriesReact Native Applications

Software applications built using the React Native framework for cross-platform mobile deployment.

Distinct from React Native Components: Candidates are for components or libraries, but the feature describes the app itself as an identity.

Explore 16 awesome GitHub repositories matching mobile development · React Native Applications. Refine with filters or upvote what's useful.

Awesome React Native Applications GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fbsamples/f8appfbsamples 的头像

    fbsamples/f8app

    13,906在 GitHub 上查看↗

    f8app is a cross-platform mobile reference application implementation that serves as a technical architecture guide for building complex features in a production environment. It is built as a React Native mobile application using a component-based architecture to manage the user interface and application state. The project implements a dockerized backend environment, running a database, server, and dashboard as a group of coordinated containers to ensure consistent development environments. It further integrates a GraphQL data fetching system that uses a structured schema and compiler to ensu

    Built as a cross-platform mobile application using the React Native framework.

    JavaScript
    在 GitHub 上查看↗13,906
  • expo/create-react-native-appexpo 的头像

    expo/create-react-native-app

    13,254在 GitHub 上查看↗

    create-react-native-app is a command-line project bootstrapper and template generator for creating the directory structure and configuration files required for React Native applications. It serves as a development scaffold for initializing projects that target iOS, Android, and web environments. The tool automates the generation of a standardized codebase by copying pre-defined source templates and resolving the necessary dependencies to establish a basic development environment. It produces the native metadata files required for platform-specific configuration to ensure the project builds co

    Initializes a standardized codebase for developing native mobile applications using the React Native framework.

    JavaScriptandroidcreate-react-native-appios
    在 GitHub 上查看↗13,254
  • kusti8/proton-nativekusti8 的头像

    kusti8/proton-native

    10,894在 GitHub 上查看↗

    Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows, macOS, and Linux. It enables developers to build desktop applications using the same component syntax and patterns as React Native, with the ability to reuse existing React Native components with minimal modifications. The framework integrates a flexbox layout engine for positioning native desktop widgets and embeds the Node.js runtime for direct filesystem and system-level access. The framework translates React component trees into native desktop widgets through a bidirectional

    Building cross-platform desktop applications for Windows, macOS, and Linux using React components and patterns.

    TypeScriptcross-platformdesktopjs
    在 GitHub 上查看↗10,894
  • infinitered/nsfwjsinfinitered 的头像

    infinitered/nsfwjs

    8,908在 GitHub 上查看↗

    NSFW detection on the client-side via TensorFlow.js

    Integrates the NSFW classifier into React Native mobile apps for on-device content filtering.

    TypeScriptcontent-managementjavascriptmachine-learning
    在 GitHub 上查看↗8,908
  • raycast/extensionsraycast 的头像

    raycast/extensions

    7,570在 GitHub 上查看↗

    Raycast Extensions is an open-source platform for building and distributing self-contained plugins that integrate with the Raycast desktop application. It provides an extension plugin framework where developers create packages using TypeScript, React, and Node.js, with each extension declaring its commands and permissions through a static manifest. The platform includes a hot-reload development server that watches source files and triggers live UI updates without restarting the host application. The platform distinguishes itself through deep AI integration capabilities, allowing extensions to

    Enables building native desktop interfaces using React components with hot-reloading and a custom reconciler for in-window rendering.

    TypeScript
    在 GitHub 上查看↗7,570
  • nodegui/react-nodeguinodegui 的头像

    nodegui/react-nodegui

    6,186在 GitHub 上查看↗

    Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀

    Builds cross-platform desktop applications using React components rendered with native widgets instead of a web view.

    TypeScriptcssdesktopgui
    在 GitHub 上查看↗6,186
  • mimecorg/vuidomimecorg 的头像

    mimecorg/vuido

    6,062在 GitHub 上查看↗

    Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It

    Provides the core framework for building native desktop apps from Vue.js components without Electron.

    JavaScriptdesktoplibuivue
    在 GitHub 上查看↗6,062
  • t3-oss/create-t3-turbot3-oss 的头像

    t3-oss/create-t3-turbo

    6,060在 GitHub 上查看↗

    Clean and simple starter repo using the T3 Stack along with Expo React Native

    Provides an optional Expo React Native mobile app that shares types and API routes with the web app.

    TypeScriptbetter-authexponextjs
    在 GitHub 上查看↗6,060
  • r0x0r/pywebviewr0x0r 的头像

    r0x0r/pywebview

    5,917在 GitHub 上查看↗

    pywebview is a cross-platform desktop GUI framework for Python that renders HTML, CSS, and JavaScript content using the operating system's native web rendering engine. It enables developers to build desktop applications that run on Windows, macOS, and Linux from a single Python codebase, with the web frontend displayed in a lightweight, native window. The framework provides a bidirectional JavaScript-Python bridge for real-time data exchange between frontend and backend, along with the ability to manipulate the Document Object Model directly from Python without writing JavaScript. It includes

    Communicates between frontend and backend by running a Flask server alongside the desktop window.

    Pythoncefcocoagtk
    在 GitHub 上查看↗5,917
  • day8/re-frameday8 的头像

    day8/re-frame

    5,532在 GitHub 上查看↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Targets mobile platforms using React Native to create native user interfaces with shared functional logic.

    Clojureclojurescriptre-framereact
    在 GitHub 上查看↗5,532
  • bartonhammond/snowflakebartonhammond 的头像

    bartonhammond/snowflake

    4,583在 GitHub 上查看↗

    Snowflake 是一个跨平台移动应用启动器,旨在通过单一 JavaScript 代码库构建 iOS 和 Android 应用。它提供了一套预配置的样板代码,以加速移动应用的初始开发流程。 该项目包含用于协调全局应用状态和持久化用户会话的 Redux 状态管理模板,以及用于通过 HTTP 请求与远程或本地服务器通信的 REST API 集成框架。它还具备一套本地化系统,可根据设备区域将用户界面内容映射为多种语言。 该启动器涵盖了广泛的功能,包括用户身份验证工作流、基于路由的导航以及验证表单的创建。它还集成了 Jest 测试套件配置,用于通过单元测试和快照测试来验证业务逻辑和 UI 组件。 该工具包包含将 Beta 版本提交至 TestFlight 以及将最终版本发布到 App Store 的工作流。

    Provides a cross-platform mobile app starter built using the React Native framework.

    JavaScript
    在 GitHub 上查看↗4,583
  • onejs/oneonejs 的头像

    onejs/one

    4,475在 GitHub 上查看↗

    One is a full-stack, cross-platform React framework and multi-target rendering engine designed to build web and native applications from a single codebase. It utilizes a Vite-based build pipeline to manage shared components while providing a type-safe file-system router that automatically generates navigation definitions. The framework distinguishes itself by supporting a hybrid rendering strategy, allowing individual routes to be configured as static sites, server-rendered pages, or single-page applications. It employs platform-specific logic resolution and a shared Vite plugin to coordinate

    Facilitates the development of native mobile applications using a unified build process.

    TypeScriptlocal-firstreactreact-native
    在 GitHub 上查看↗4,475
  • isimar/hackernews-react-nativeiSimar 的头像

    iSimar/HackerNews-React-Native

    3,713在 GitHub 上查看↗

    HackerNews-React-Native is a cross-platform mobile client and news aggregator designed for iOS and Android. It provides a mobile interface for browsing paginated news stories and reading nested community discussions by fetching data from the Hacker News API. The application includes an embedded web viewer to render external articles and source pages directly within the interface. It implements a hierarchical discussion system to display nested comment threads. The project is built using a React Native codebase and utilizes a modular UI composition. It incorporates list virtualization for sto

    Built as a cross-platform mobile application using the React Native framework.

    JavaScript
    在 GitHub 上查看↗3,713
  • phodal/growthphodal 的头像

    phodal/growth

    1,296在 GitHub 上查看↗

    Growth is a mobile-first educational ecosystem designed to help software engineers track their professional development and master technical domains. The platform functions as a cross-platform learning tool that provides structured career roadmaps, curated technical resources, and interactive guides for complex programming concepts. The project distinguishes itself by integrating visual learning tools directly into the mobile experience, including step-by-step animations for computational algorithms and illustrative studies of software design patterns. It serves as a centralized hub for skill

    Manages the full lifecycle of React Native applications from beta testing to final store release.

    JavaScript
    在 GitHub 上查看↗1,296
  • status-im/react-native-desktop-qtstatus-im 的头像

    status-im/react-native-desktop-qt

    1,243在 GitHub 上查看↗

    This project is a cross-platform development framework that enables the execution of React Native applications as native desktop software. By utilizing the Qt toolkit, it maps mobile-oriented interface components to native desktop widgets, allowing developers to deploy a single codebase across Linux, macOS, and Windows. The framework functions as a bridge between JavaScript-based application logic and native system interfaces. It includes a native module bridge that exposes system-level hardware and platform capabilities to the JavaScript runtime, facilitating the integration of custom C++ or

    Adapts mobile-first application interfaces for deployment on desktop operating systems.

    JavaScript
    在 GitHub 上查看↗1,243
  • enatega/food-delivery-singlevendorenatega 的头像

    enatega/food-delivery-singlevendor

    641在 GitHub 上查看↗

    这是一个功能全面的白标软件套件,专为启动和管理按需外卖配送服务而设计。它提供了一个统一的生态系统,通过集成的移动端和 Web 界面连接客户、餐厅员工和配送骑手,并由中央后端基础设施支持,在所有用户角色之间同步数据和业务逻辑。 该系统的核心优势在于其对自托管部署的专注,赋予运营商对数据、备份和服务器环境的完全控制权。它支持多垂直业务模型,允许管理员通过一个中央仪表盘管理包括配送和网约车在内的多种服务类型。该架构利用跨平台组件共享和实时事件处理,确保所有客户端应用的一致性表现和实时订单跟踪。 该平台包含一套完整的运营工具,涵盖餐厅合作伙伴管理、菜单管理、自动化物流协调和骑手分配。它还集成了商业智能功能,提供分析和报告仪表盘以监控运营绩效和用户活动。该软件具有高度的可扩展性,允许通过修改源代码和重新品牌化来满足特定的业务需求。

    Provides a cross-platform mobile solution for browsing menus, tracking orders, and coordinating delivery personnel.

    JavaScriptenategafood-deliveryfood-delivery-app
    在 GitHub 上查看↗641
  1. Home
  2. Mobile Development
  3. React Native Applications

探索子标签

  • Desktop Ports1 个子标签Adaptations of React Native components and patterns for deployment on desktop operating systems. **Distinct from React Native Applications:** Distinct from React Native Applications: focuses on porting mobile React Native code to desktop platforms, not building mobile apps.
  • Expo React Native StartersProvides an optional Expo React Native mobile app that shares types and API routes with the web application. **Distinct from React Native Applications:** Distinct from React Native Applications: specifically provides a starter Expo React Native app that shares types and API routes, not general React Native applications.
  • On-Device ClassificationsIntegrates image classification into React Native apps for on-device content filtering without a server. **Distinct from React Native Applications:** Distinct from React Native Applications: focuses on embedding a classification model for on-device inference, not general app development.
  • Template GeneratorsUtilities that generate standardized codebases based on predefined templates for specific frameworks. **Distinct from React Native Applications:** Focuses on the tool that generates the app, rather than the resulting application itself.