Skip to main content

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

On this page