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

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

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

1 个仓库

Awesome GitHub RepositoriesReact Native Integrations

Procedures and packages for adding a different framework's component system into an existing React Native application.

Distinct from Existing Codebase Integrations: Distinct from Existing Codebase Integrations: specifically targets React Native as the host platform, not general web codebases.

Explore 1 awesome GitHub repository matching web development · React Native Integrations. Refine with filters or upvote what's useful.

Awesome React Native Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • geekyants/vue-native-coreGeekyAnts 的头像

    GeekyAnts/vue-native-core

    8,281在 GitHub 上查看↗

    Vue Native is a framework that compiles Vue.js single-file components into React Native primitives, enabling developers to build native iOS and Android applications using Vue syntax. At its core, it provides a build-time compiler that transforms Vue components into React components, while hooking Vue's dependency-tracking reactivity system into React's component lifecycle to trigger re-renders when observed data changes. The framework wraps React Native's native module bridge so Vue components can access device APIs through Vue's reactivity system, and maps Vue's component syntax to React Nat

    Provides integration procedures for adding Vue component support to existing React Native applications.

    JavaScriptandroidframeworkios
    在 GitHub 上查看↗8,281
  1. Home
  2. Web Development
  3. Existing Codebase Integrations
  4. React Native Integrations

探索子标签

  • Native Module BridgingTechniques for connecting JavaScript logic to platform-specific Swift or Objective-C APIs. **Distinct from React Native Integrations:** Focuses on the native-to-script bridge for hardware access rather than framework-to-framework integration.