{"id":44542375,"url":"https://github.com/stallion-tech/react-native-stallion","last_synced_at":"2026-06-07T20:01:19.125Z","repository":{"id":193452332,"uuid":"651674654","full_name":"stallion-tech/react-native-stallion","owner":"stallion-tech","description":"Stallion is a fully managed over the air (OTA) update platform for React Native. Test, deploy, and roll back JavaScript bundle updates without app store releases. Built-in testing framework, real-time analytics, and advanced rollout control included.","archived":false,"fork":false,"pushed_at":"2026-01-14T07:51:40.000Z","size":3670,"stargazers_count":114,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-19T22:54:58.309Z","etag":null,"topics":["android","ios","react-native","stallion"],"latest_commit_sha":null,"homepage":"https://stalliontech.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stallion-tech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-09T19:34:59.000Z","updated_at":"2026-01-16T00:27:19.000Z","dependencies_parsed_at":"2023-09-08T08:56:37.907Z","dependency_job_id":"cd31e71f-e5c0-4e62-8b46-358f528d350f","html_url":"https://github.com/stallion-tech/react-native-stallion","commit_stats":{"total_commits":70,"total_committers":4,"mean_commits":17.5,"dds":"0.48571428571428577","last_synced_commit":"adcb867a91587b99134fe5e864a9dce77bef74f9"},"previous_names":["redhorse-tech/react-native-stallion","stallion-tech/react-native-stallion"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/stallion-tech/react-native-stallion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stallion-tech%2Freact-native-stallion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stallion-tech%2Freact-native-stallion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stallion-tech%2Freact-native-stallion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stallion-tech%2Freact-native-stallion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stallion-tech","download_url":"https://codeload.github.com/stallion-tech/react-native-stallion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stallion-tech%2Freact-native-stallion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","ios","react-native","stallion"],"created_at":"2026-02-13T19:01:11.046Z","updated_at":"2026-02-13T19:01:11.781Z","avatar_url":"https://github.com/stallion-tech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![stallionBanner](https://assets.stalliontech.io/stallion_logo.png)](https://stalliontech.io/)\n\n# React Native Stallion – Best CodePush Alternative \u0026 Expo Updates Replacement\n\n[![npm Version](https://img.shields.io/npm/v/react-native-stallion.svg)](https://www.npmjs.com/package/react-native-stallion)  \n[![License](https://img.shields.io/npm/l/react-native-stallion.svg)](https://www.npmjs.com/package/react-native-stallion)\n\n**React Native Stallion** is the modern **CodePush alternative** and **App Center replacement** for React Native apps. Ship app updates instantly with **98% smaller patches**—no App Store delays. The best **Expo Updates alternative** with advanced OTA controls, patch-based updates, and enterprise-grade security.\n\n👉 **[Sign up with Stallion](https://console.stalliontech.io/)** to start shipping OTA updates today\n\n---\n\n## Why Choose React Native Stallion?\n\nReact Native Stallion is the **best CodePush alternative** for teams that need modern OTA update capabilities:\n\n- **98% Smaller Patch Updates** – Binary-safe differential updates, not full bundles\n- **Automatic Rollback \u0026 Crash Recovery** – Instant rollback on crashes or failures\n- **Enterprise-Grade Security** – Cryptographic bundle signing with customer keys\n- **Zero App Store Delays** – Ship JavaScript updates instantly, no review needed\n- **CodePush Compatible** – Easy migration from CodePush or App Center\n- **Advanced Analytics** – Release-wise adoption and failure tracking\n- **On-Premise Option** – Self-hosted deployment for enterprise security\n- **Free Tier Available** – Perfect for indie devs and small teams\n\n---\n\n## Quick Start\n\n### Installation\n\n```bash\nnpm install react-native-stallion@latest\n```\n\n### Basic Usage\n\n```javascript\nimport { useStallionUpdate, restart } from 'react-native-stallion'\n\nconst UpdateModal = () =\u003e {\n  const { isRestartRequired, newReleaseBundle } = useStallionUpdate()\n\n  if (!isRestartRequired) return null\n\n  return (\n    \u003cModal visible\u003e\n      \u003cText\u003e{newReleaseBundle?.releaseNote || 'Update ready!'}\u003c/Text\u003e\n      \u003cButton onPress={restart} title=\"Restart App\" /\u003e\n    \u003c/Modal\u003e\n  )\n}\n```\n\n---\n\n## Key Features\n\n### Patch Updates (98% Smaller)\n\nReact Native Stallion uses **binary-safe differential updates** instead of full bundles. Ship only what changed—tiny patches that are cryptographically verified and applied atomically.\n\n- **Differential/Patch Updates** – Binary-safe diffs, 98% smaller than full bundles\n- **Bandwidth Efficiency** – Minimal data transfer for faster installs\n- **Instant Updates** – Users never notice the update process\n\n### Automatic Rollback \u0026 Crash Recovery\n\nProtect your users with automatic rollback capabilities:\n\n- **Automatic Rollback** – Instant rollback on crashes or failures\n- **Crash Loop Prevention** – Prevents bad updates from breaking your app\n- **Manual Rollback** – Device-level revert for installed updates\n- **Rollback Analytics** – Track rollback rates and reasons\n\n### Enterprise Security\n\nEnterprise-grade security features for production apps:\n\n- **Bundle Signing** – Cryptographic verification with customer-managed keys\n- **Integrity Verification** – SHA-256 checksums for tamper-proof updates\n- **On-Premise Hosting** – Deploy behind your firewall with full control\n- **GDPR \u0026 Regional Compliance** – Data residency options\n\n### Advanced OTA Controls\n\nGranular control over update deployment:\n\n- **Mandatory \u0026 Optional Updates** – CodePush-style update flows\n- **Phased Rollout** – Gradual deployment with percentage controls\n- **Custom Update UI** – Build custom modals, banners, or prompts\n- **Update Strategy Control** – Granular install strategies\n- **Background Updates** – Automatic checks when app moves to foreground\n\n---\n\n## 🔧 Installation \u0026 Setup\n\n### Step 1: Install the Package\n\n```bash\nnpm install react-native-stallion@latest\n# or\nyarn add react-native-stallion@latest\n```\n\n### Step 2: Native Integration\n\nFor complete setup instructions, native integration steps, and environment configurations, visit:\n\n**📚 [Full Installation Guide](https://learn.stalliontech.io/docs/sdk/installation)**\n\n### Step 3: Configure Stallion\n\n```javascript\nimport { withStallion } from 'react-native-stallion'\n\nexport default withStallion(RootComponent);\n```\n\n---\n\n## Documentation \u0026 Resources\n\n### Complete Documentation\n\n- **[Full Documentation](https://learn.stalliontech.io)** – Complete API reference and guides\n- **[SDK Installation](https://learn.stalliontech.io/docs/sdk/installation)** – Step-by-step setup\n- **[Bundle Signing](https://learn.stalliontech.io/docs/bundle-signing)** – Security best practices\n- **[Custom Update UI](https://learn.stalliontech.io/blogs/react-native-over-the-air-updates-with-custom-ui)** – Build custom flows\n- **[CI/CD Integration](https://learn.stalliontech.io/docs/release-automation)** – Automate deployments\n\n### Migration Guides\n\n- **[CodePush Migration](https://learn.stalliontech.io/docs/migrating-from-codepush)** – Migrate from CodePush\n- **[App Center Migration](https://stalliontech.io/app-center-alternative)** – Replace App Center\n- **[Expo Updates Migration](https://stalliontech.io/expo-eas-update)** – Switch from Expo Updates\n\n---\n\n## Use Cases\n\n### CodePush Alternative\n\nReact Native Stallion is the **best CodePush alternative** for teams migrating from deprecated CodePush or App Center:\n\n- ✅ CodePush-compatible API\n- ✅ Patch updates (CodePush doesn't support)\n- ✅ Active development and support\n- ✅ Modern features and security\n\n### Expo Updates Replacement\n\nThe best **Expo Updates alternative** with more features:\n\n- ✅ Patch updates (98% smaller)\n- ✅ Advanced OTA controls\n- ✅ More affordable pricing\n- ✅ Works with Expo SDK 52+ and bare React Native\n\n### Enterprise OTA Updates\n\nEnterprise-grade OTA update solution:\n\n- ✅ On-premise hosting\n- ✅ SOC 2 compliant\n- ✅ Bundle signing with customer keys\n- ✅ Regional compliance options\n\n---\n\n## Security Features\n\n- **Cryptographic Bundle Signing** – Customer-managed keys for tamper-proof updates\n- **SHA-256 Integrity Verification** – Automatic checksum validation\n- **Automatic Crash Detection** – Instant rollback on crashes\n- **On-Premise Deployment** – Full infrastructure control\n- **Audit Logging** – Complete audit trails for compliance\n\n---\n\n## Enterprise \u0026 On-Premise\n\n### On-Premise Hosting\n\nTake full control with self-hosted deployment:\n\n- **Enterprise-Grade Security** – Behind your firewall\n- **Complete Infrastructure Control** – Your data centers\n- **Regional Compliance** – GDPR \u0026 data residency\n- **Seamless CI/CD** – REST APIs and webhooks\n- **Zero Vendor Lock-in** – Full access to logs and metrics\n\n**[Contact sales for on-premise hosting](https://stalliontech.io/)**\n\n---\n\n## Contributing\n\nWe welcome contributions! Please see the [CONTRIBUTING.md](./CONTRIBUTING.md) file to get started.\n\n---\n\n## Issues \u0026 Support\n\n- **[Open Issues](https://github.com/stallion-tech/react-native-stallion/issues)** – Report bugs or request features\n- **[Documentation](https://learn.stalliontech.io)** – Complete guides and API reference\n- **[Contact Support](https://stalliontech.io/)** – Get help from our team\n\n---\n\n## 🔗 Links\n\n- **Website:** [https://stalliontech.io](https://stalliontech.io)\n- **Documentation:** [https://learn.stalliontech.io](https://learn.stalliontech.io)\n- **Console:** [https://console.stalliontech.io](https://console.stalliontech.io)\n- **NPM Package:** [https://www.npmjs.com/package/react-native-stallion](https://www.npmjs.com/package/react-native-stallion)\n\n---\n\n\u003e **React Native Stallion** – The fastest, safest way to manage React Native OTA updates. The best **CodePush alternative** and **Expo Updates replacement** with patch-based updates, enterprise security, and 98% smaller deployments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstallion-tech%2Freact-native-stallion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstallion-tech%2Freact-native-stallion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstallion-tech%2Freact-native-stallion/lists"}