Welcome to AppSpacer
Push instant updates to your React Native apps — no app store review required.
AppSpacer is a production-grade Over-The-Air (OTA) update platform for React Native. Ship bug fixes, feature tweaks, and content changes directly to your users’ devices in seconds — not days.
Why AppSpacer?
- 🚀 Ship updates instantly — bypass App Store and Google Play review cycles
- 🛡️ Enterprise-grade safety — SHA-256 verification, automatic crash rollback, and atomic installs
- 🎨 Beautiful built-in UI — 5 premium update dialog themes, zero UI code required
- ⚡ One-command setup —
npx appspacer setupauto-configures your native project - 🔧 Full developer control — React hooks, HOC wrappers, granular install modes
Get Started in 3 Steps
1. Install the SDK
npm install react-native-appspacer2. Configure native files
npx appspacer setup3. Wrap your app
import { withAppSpacer } from 'react-native-appspacer';
function App() {
return <MyApp />;
}
export default withAppSpacer({
deploymentKey: 'sk_YOUR_KEY',
appVersion: '1.0.0',
updateDialog: true,
})(App);That’s it — your app is now OTA-ready.
Documentation
Dive deeper into each part of the platform:
- CLI Reference — Install, authenticate, push releases, roll back, and manage deployments from the terminal.
- React Native SDK — Full integration guide with API reference, hooks, HOC, lifecycle, and safety features.
Blog
Read about what’s new:
- Introducing AppSpacer — Why we built AppSpacer and how it compares to CodePush.
- Zero-Config Native Setup — How
appspacer setupauto-detects your architecture and configures everything.
Last updated on