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

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

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

85 个仓库

Awesome GitHub RepositoriesReact Native Ecosystem

Framework-specific UI primitives, third-party modules, and foundational documentation for React Native development.

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

Awesome React Native Ecosystem GitHub Repositories

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

    react/react

    245,916在 GitHub 上查看↗

    React 是一个用于通过封装、可复用的组件构建用户界面的 JavaScript 库。它以声明式方式渲染视图,当底层数据发生变化时,自动仅更新界面中发生变化的部分,同时保持稳定部分不变。 其渲染引擎将工作分解为增量、优先级的单元,可以在不阻塞主线程的情况下暂停、恢复或中止。Diffing 算法计算分阶段 UI 树之间的最小变更,核心渲染逻辑与任何特定的输出目标解耦。状态和副作用逻辑通过调用顺序机制附加到函数式组件,使可复用行为能够通过从父级到子级的可预测数据流进行组合。 相同的组件模型适用于 Web 浏览器、通过 Node 的服务器环境以及原生移动平台,因此接口代码可以在不同上下文中迁移,而无需重写核心逻辑。服务器端流式传输增量生成 HTML 以实现更快的初始页面加载,并在页面到达浏览器后通过渐进式注水(Hydration)绑定交互性。

    Creating truly native mobile apps using the same component model and tooling as web applications.

    JavaScriptdeclarativefrontendjavascript
    在 GitHub 上查看↗245,916
  • facebook/reactfacebook 的头像

    facebook/react

    245,669在 GitHub 上查看↗

    React 是一个用于构建用户界面的 JavaScript 库,采用组件化架构和单向数据流。

    Renders platform-specific views for mobile operating systems using the same component-based logic and development skills.

    JavaScriptjavascriptuifrontend
    在 GitHub 上查看↗245,669
  • nextlevelbuilder/ui-ux-pro-max-skillnextlevelbuilder 的头像

    nextlevelbuilder/ui-ux-pro-max-skill

    92,396在 GitHub 上查看↗

    This project is a generative development environment designed to build reactive, modular user interfaces through natural language prompts. It functions as a declarative framework that translates descriptive requirements into functional code, structured layouts, and interactive components. By utilizing a reactive state architecture, the system ensures that application data remains synchronized across components, triggering automatic updates whenever state values are modified. The platform distinguishes itself through its automated design system generation and cross-platform capabilities. It em

    Builds cross-platform mobile applications using reusable components and native navigation.

    Pythonai-skillsantigravityclaude
    在 GitHub 上查看↗92,396
  • enaqx/awesome-reactenaqx 的头像

    enaqx/awesome-react

    73,650在 GitHub 上查看↗

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mobile application development. The repository distinguishes itself through a hierarchical taxonomy that organizes a fragmented landscape of third-party software into functional domains. By utilizing markdown-based content curation, it provides a structured index that allows develo

    Connects developers to a wide range of modules that extend functionality for mobile application projects.

    awesomeawesome-listjavascript
    在 GitHub 上查看↗73,650
  • expo/expoexpo 的头像

    expo/expo

    50,111在 GitHub 上查看↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    Expo enables the use of built-in components and APIs by importing them directly from the core package to build fundamental application logic.

    TypeScriptandroidapp-frameworkexpo
    在 GitHub 上查看↗50,111
  • bluebill1049/react-hook-formbluebill1049 的头像

    bluebill1049/react-hook-form

    44,777在 GitHub 上查看↗

    react-hook-form is a React form state management library and cross-platform UI hook used to manage form inputs, validation, and submission state. It functions as an uncontrolled form controller, leveraging uncontrolled components to minimize unnecessary re-renders in web and mobile environments. The library provides schema-based form validation, allowing user input to be verified against predefined rules or external schema libraries to ensure data integrity. It is designed to connect form logic to components across both React and React Native applications. The project covers the integration

    Extends form logic and validation workflows to mobile applications built with React Native.

    TypeScript
    在 GitHub 上查看↗44,777
  • styled-components/styled-componentsstyled-components 的头像

    styled-components/styled-components

    41,094在 GitHub 上查看↗

    styled-components is a CSS-in-JS styling library and tool for React components. It provides a cross-platform UI styling API and a dynamic theme management system to maintain consistent design tokens and encapsulate visual logic, preventing global scope conflicts. The library utilizes a unified interface that works across both web environments and native mobile frameworks. It enables the definition of styles using JavaScript and TypeScript template literals, allowing CSS to be bound directly to components. The system supports dynamic prop-based styling, style inheritance, and the creation of

    Applies a unified styling API to build user interfaces that operate across both web and native mobile platforms.

    TypeScriptcsscss-in-jsreact
    在 GitHub 上查看↗41,094
  • react-native-elements/react-native-elementsreact-native-elements 的头像

    react-native-elements/react-native-elements

    25,848在 GitHub 上查看↗

    This project is a cross-platform UI toolkit and universal UI framework providing a collection of pre-styled interface components for building mobile and web applications. It functions as a mobile design system and themed component library, allowing developers to maintain a cohesive visual language across different screens and devices using a shared codebase. The toolkit centers on a themed component architecture that supports global and component-level style configurations. This enables the definition of colors and property defaults in a central location to ensure consistent branding and a un

    Provides centralized theme management for React Native components to ensure a uniform visual brand.

    MDXandroidcross-platformhacktoberfest
    在 GitHub 上查看↗25,848
  • react-native-community/react-native-elementsreact-native-community 的头像

    react-native-community/React-Native-Elements

    25,851在 GitHub 上查看↗

    React-Native-Elements is a cross-platform mobile UI toolkit and component library. It provides a collection of pre-built visual elements and a framework for building responsive, uniform layouts that render consistently across different mobile operating systems. The library focuses on mobile interface standardization and React Native frontend design. It enables rapid mobile prototyping by offering a shared set of common UI patterns, allowing developers to assemble functional interfaces without coding every component from scratch. The toolkit supports cross-platform UI development by ensuring

    Provides a comprehensive set of pre-built user interface elements specifically designed for React Native development.

    MDX
    在 GitHub 上查看↗25,851
  • dabit3/react-native-elementsdabit3 的头像

    dabit3/React-Native-Elements

    25,848在 GitHub 上查看↗

    React-Native-Elements is a cross-platform mobile UI toolkit and component library designed for the React Native framework. It provides a system of pre-styled visual components to build consistent user interfaces across mobile and web platforms using a single shared codebase. The framework enables the development of applications that run across different operating systems and web browsers while maintaining a unified look and feel. It supports rapid UI prototyping and application design by providing reusable building blocks that reduce the need to create every custom component from scratch.

    Provides pre-built visual components specifically designed for React Native mobile application development.

    MDX
    在 GitHub 上查看↗25,848
  • geekyants/nativebaseGeekyAnts 的头像

    GeekyAnts/NativeBase

    20,389在 GitHub 上查看↗

    NativeBase is a comprehensive toolkit of accessible components and responsive design frameworks used to build consistent mobile and web applications. It provides a cross-platform UI component library and a React Native component framework that enable the creation of layouts across Android, iOS, and the web from a single codebase. The system is distinguished by a responsive design system that automatically adjusts layouts and global themes to fit different screen sizes and color modes. It utilizes a utility-based styling approach, allowing developers to apply visual styles directly through com

    Ships pre-built user interface elements designed specifically for React Native mobile application development.

    TypeScript
    在 GitHub 上查看↗20,389
  • oblador/react-native-vector-iconsoblador 的头像

    oblador/react-native-vector-icons

    17,882在 GitHub 上查看↗

    This project is a cross-platform mobile icon library and renderer that provides scalable vector icon components for mobile and web applications. It functions as a vector font integration tool, utilizing a rendering layer that maps vector fonts to mobile components and web CSS to ensure consistent iconography across different platforms. The library includes a configuration-driven pipeline to convert SVG files and CSS stylesheets into usable icon font packages. It supports the integration of proprietary font files and glyph maps, allowing for the use of brand-specific iconography through custom

    Adds scalable vector graphics components to mobile interfaces specifically for React Native development.

    TypeScripticonicon-packreact-native
    在 GitHub 上查看↗17,882
  • reactwindows/react-native-windowsReactWindows 的头像

    ReactWindows/react-native-windows

    17,296在 GitHub 上查看↗

    react-native-windows is a framework and rendering system used to build native desktop applications for Windows using React. It functions as an extension that brings a mobile-first development model to the Windows desktop environment, mapping React components directly to native Windows interface elements. The project enables the creation of desktop software through a declarative component-based architecture. It integrates React Native projects into the Windows ecosystem by translating components into native user interface elements rather than using web views. The framework covers cross-platfo

    Provides the core framework and ecosystem for building native desktop applications on Windows using React.

    C++
    在 GitHub 上查看↗17,296
  • lottie-react-native/lottie-react-nativelottie-react-native 的头像

    lottie-react-native/lottie-react-native

    17,167在 GitHub 上查看↗

    lottie-react-native is a library for rendering Lottie JSON animations as native graphics within a cross-platform mobile framework. It serves as a JSON-based animation renderer that parses design-exported files into high-performance vector animations on mobile devices. The framework uses a GPU-accelerated vector animation implementation to offload rendering to the device processor, reducing CPU load to maintain smooth motion. It provides a cross-platform motion framework for controlling animation playback, layout scaling, and dynamic color modifications across different mobile screens. The li

    Provides a specialized library that extends React Native with high-quality vector animation capabilities.

    Kotlinafter-effectsanimationsbodymovin
    在 GitHub 上查看↗17,167
  • airbnb/lottie-react-nativeairbnb 的头像

    airbnb/lottie-react-native

    17,164在 GitHub 上查看↗

    lottie-react-native is a React Native animation library and cross-platform vector animation engine used to render high-quality animations exported from After Effects via the Lottie file format. It functions as a Lottie animation player that allows mobile applications to display hardware-accelerated animations that maintain visual quality across different screen resolutions. The library serves as a dynamic animation controller, enabling the manipulation of playback, color filters, and text layers in real time. It provides the ability to change animation colors and visuals by applying filters t

    Provides a specialized library for integrating high-fidelity Lottie motion design into React Native applications.

    Kotlin
    在 GitHub 上查看↗17,164
  • skellock/reactotronskellock 的头像

    skellock/reactotron

    15,564在 GitHub 上查看↗

    Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native applications. It serves as a specialized debugging interface for monitoring network requests, performance metrics, and state transitions in JavaScript and mobile application frameworks. The tool provides a real-time interface for tracking data flow and dispatching actions to test different state transitions. It includes a network traffic monitor to intercept and display API requests and responses, as well as a performance analysis tool for capturing execution data and measuring op

    Provides essential debugging tools for the React Native ecosystem, including local storage inspection and visual alignment tools.

    TypeScript
    在 GitHub 上查看↗15,564
  • faridsafi/react-native-gifted-chatFaridSafi 的头像

    FaridSafi/react-native-gifted-chat

    14,426在 GitHub 上查看↗

    This project is a cross-platform UI library for React Native designed to build messaging interfaces. It provides a comprehensive set of specialized components, including message bubbles, input toolbars, and layout containers, to facilitate the development of chat applications on iOS and Android. The library distinguishes itself through a highly flexible configuration interface that allows developers to override default elements and styling to meet specific branding requirements. It includes built-in support for complex interaction patterns such as swipe-to-reply gestures, quick-reply buttons,

    Offers specialized React Native components for building custom messaging interfaces.

    TypeScriptchatcomponentreact-native
    在 GitHub 上查看↗14,426
  • snackui/snackuisnackui 的头像

    snackui/snackui

    14,040在 GitHub 上查看↗

    SnackUI is a cross-platform UI framework and universal component library designed to share styling and components between React and React Native. It functions as a CSS-in-JS compiler that ensures visual parity across web and mobile environments. The framework utilizes a build-time tool to convert styles into atomic CSS or hoisted objects. This process optimizes runtime performance and loading speeds by extracting styles during the compilation phase. The system provides a set of adaptable interface elements and a mapping layer that renders a single component definition into platform-specific

    Integrates React Native primitives into web applications to maintain full visual parity between mobile and desktop.

    TypeScript
    在 GitHub 上查看↗14,040
  • 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

    Sets up the initial folder structure and configuration files needed to start a React Native application.

    JavaScriptandroidcreate-react-native-appios
    在 GitHub 上查看↗13,254
  • pipecat-ai/pipecatpipecat-ai 的头像

    pipecat-ai/pipecat

    12,846在 GitHub 上查看↗

    Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech systems. It utilizes a frame-based data pipeline to route audio, video, and text through a modular sequence of processors, enabling the orchestration of low-latency conversational AI. The project is distinguished by its ability to coordinate complex multimodal services, including speech-to-text, language models, and text-to-speech, within a single pipeline. It features semantic voice activity detection for natural turn-taking, state-machine conversation flows for dialogue manag

    Provides a dedicated SDK to embed real-time voice and multimodal AI agents into React Native applications.

    Pythonaichatbot-frameworkchatbots
    在 GitHub 上查看↗12,846
上一个1234…5下一个
  1. Home
  2. Mobile Development
  3. React Native Ecosystem

探索子标签

  • Desktop ExtensionsExtensions that bring mobile-first frameworks to desktop operating systems. **Distinct from React Native Ecosystem:** Distinct from general React Native Ecosystem: specifically targets the translation of mobile frameworks to desktop environments
  • Native Styling IntegrationProvides a unified styling API that bridges the gap between web CSS and React Native styling primitives. **Distinct from React Native Ecosystem:** Distinct from general React Native Ecosystem: focuses specifically on the styling API's ability to target native mobile platforms.
  • Project BootstrappingTemplates and starter configurations specifically for initiating new projects within a framework ecosystem. **Distinct from React Native Ecosystem:** Distinct from general ecosystem resources by focusing specifically on the starting boilerplate and project initialization.
  • Project InitializationTools for setting up the initial folder structure and configuration for React Native apps. **Distinct from React Native Ecosystem:** Focuses specifically on the bootstrapping phase of the ecosystem rather than general libraries or components.
  • React Native Components14 个子标签Pre-built user interface elements and visual components designed specifically for React Native mobile application development.
  • React Native Libraries11 个子标签Software packages and modules that extend the functionality of React Native applications beyond core framework capabilities.
  • React Native Resources2 个子标签Educational materials, documentation, and assets intended to assist developers in building applications with React Native.
  • Vue-to-React Native WrappersLayers that map Vue.js component syntax to React Native primitives for ecosystem access. **Distinct from React Native Ecosystem:** Distinct from React Native Ecosystem: focuses on the Vue-to-React mapping layer, not the ecosystem itself.