Skip to main content

Overview

The Encore React Native SDK is distributed via npm and includes native bridges for both iOS and Android.

Install via npm

iOS: Install CocoaPods

After installing the npm package, install the native iOS dependencies:

Android: Auto-linking

No additional setup needed — React Native auto-links the native Android module.

Verify Installation

You should now be able to import the SDK:
Installation complete!

Next Steps

Now that the SDK is installed, continue with the integration:

Already Installed?

If you’ve already installed the SDK and need to update to a newer version, see Updating the SDK.