Installation
Swiftpatch installs in three commands. Everything from patching your native files to creating your app in the dashboard is automated.
# 1. Install the SDK
npm install @swiftpatch/react-native
# 2. Install the CLI
npm install -g swiftpatch-cli
# 3. Wire everything up
npx swiftpatch init
For a walkthrough with screenshots and troubleshooting, see Quickstart.
For the detailed breakdown of what swiftpatch init patches, see SDK Installation.
Next steps
- Quickstart — the three-command flow end to end.
- SDK Installation — what the CLI patches, and how.
- Your first update — ship an OTA.