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 @tryencorekit/react-native

iOS: Install CocoaPods

After installing the npm package, add the EncoreKit native SDK to your ios/Podfile:
pod 'EncoreKit', :git => 'https://github.com/EncoreKit/ios-sdk-binary.git', :tag => 'v1.4.20'
Then 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 '@tryencorekit/react-native';
Installation complete!

Next Steps

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