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

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

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

redbooth/react-native-auto-updater

0
View on GitHub↗
1,527 星标·138 分支·Objective-C·MIT·7 次浏览

React Native Auto Updater

This framework provides a system for managing and distributing dynamic code patches directly to installed mobile clients. By delivering remote JavaScript bundles, it enables the deployment of features and bug fixes while bypassing traditional application store submission and review processes.

The library functions as a cross-platform update manager that utilizes manifest-driven version control to track and fetch specific code releases. It distinguishes itself through granular configuration controls, allowing developers to define update frequencies and apply version filtering to ensure that only intended release types reach end users.

The system includes utilities for monitoring installation progress and retrieving current version information to verify the state of the client environment. These capabilities are supported by native bridge communication, which facilitates the background fetching of assets and the injection of new bundles into the local file system.

Features

  • Over-the-Air Updates - Deploys JavaScript code updates directly to mobile devices, bypassing standard app store review cycles.
  • Mobile Application Updaters - Manages the configuration of update frequency and version filtering for mobile application code.
  • Mobile Patching Frameworks - Provides a framework for distributing dynamic code changes to installed mobile clients to fix bugs or deploy features.
  • Client Manifest Tracking - Uses remote manifest files to track available versions and determine which bundles the client should fetch.
  • Cross-Platform Deployments - Streamlines the release of updates across iOS and Android platforms to maintain consistent feature parity.
  • Version and Compatibility Management - Tracks and controls installed application versions to ensure compatibility and stability across user devices.
  • Bundle Injections - Overwrites the primary application bundle on the device file system to apply code updates.
  • JavaScript-to-Native Bridges - Provides a communication layer between JavaScript and native device APIs to facilitate secure file system and network operations.

Star 历史

redbooth/react-native-auto-updater 的 Star 历史图表redbooth/react-native-auto-updater 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

包含 React Native Auto Updater 的精选搜索

收录 React Native Auto Updater 的精选合集。
  • In-app update framework

React Native Auto Updater 的开源替代方案

相似的开源项目,按与 React Native Auto Updater 的功能重合度排序。
  • alibaba/freelinealibaba 的头像

    alibaba/freeline

    5,463在 GitHub 上查看↗

    Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary updates to devices. It functions as a binary diff patching tool and a mobile over-the-air patching framework that allows for the delivery of small update packages to fix bugs and replace resources without requiring a full application reinstall. The system distinguishes itself through its ability to perform dynamic code swapping and native library updating. It replaces shared object binaries and code segments in a running process via socket servers, enabling logic updates and h

    Java
    在 GitHub 上查看↗5,463
  • reactnativecn/react-native-updatereactnativecn 的头像

    reactnativecn/react-native-update

    1,975在 GitHub 上查看↗

    React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile applications. By enabling over-the-air updates, the system allows developers to push patches to installed binaries, effectively bypassing standard app store review cycles. The project distinguishes itself through a specialized binary patching engine that generates small code diffs to minimize bandwidth consumption during delivery. To maintain service reliability, it incorporates an automated rollback framework that monitors application stability after an update and reverts to a previous

    TypeScriptcodepushhotfixota
    在 GitHub 上查看↗1,975
  • microsoft/code-pushmicrosoft 的头像

    microsoft/code-push

    4,415在 GitHub 上查看↗

    Code-push is a cloud-based over-the-air update service designed to deliver JavaScript and asset updates to mobile applications. It allows for the distribution of application binaries and hotfixes without requiring a full application reinstall or the traditional app store review and approval process. The system distinguishes itself through targeted deployment capabilities, allowing updates to be delivered to specific user demographics and cohorts. It supports the synchronization of active release versions between a cloud backend and the installed client to manage deployment states across diffe

    TypeScriptcodepushcordovareact
    在 GitHub 上查看↗4,415
  • microsoft/react-native-code-pushMicrosoft 的头像

    Microsoft/react-native-code-push

    9,133在 GitHub 上查看↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    C
    在 GitHub 上查看↗9,133
查看 React Native Auto Updater 的所有 30 个替代方案→

常见问题解答

redbooth/react-native-auto-updater 是做什么的?

This framework provides a system for managing and distributing dynamic code patches directly to installed mobile clients. By delivering remote JavaScript bundles, it enables the deployment of features and bug fixes while bypassing traditional application store submission and review processes.

redbooth/react-native-auto-updater 的主要功能有哪些?

redbooth/react-native-auto-updater 的主要功能包括:Over-the-Air Updates, Mobile Application Updaters, Mobile Patching Frameworks, Client Manifest Tracking, Cross-Platform Deployments, Version and Compatibility Management, Bundle Injections, JavaScript-to-Native Bridges。

redbooth/react-native-auto-updater 有哪些开源替代品?

redbooth/react-native-auto-updater 的开源替代品包括: alibaba/freeline — Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary… reactnativecn/react-native-update — React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile… microsoft/code-push — Code-push is a cloud-based over-the-air update service designed to deliver JavaScript and asset updates to mobile… microsoft/react-native-code-push — This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It… jasonette/jasonette-ios — JASONETTE-iOS is a JSON-driven mobile app framework used to build iOS applications using declarative JSON markup. It… expo/expo — Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase…