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

npm install @encorekit/react-native

iOS: Install CocoaPods

After installing the npm package, install the native iOS dependencies:
cd ios && pod install

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:
import Encore from '@encorekit/react-native';
Installation complete!

Next Steps

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