SDK Integration

Integrating the Pensa SDK into your React Native project is simple. Follow the steps below to add the SDK and enable advanced shelf recognition features in your app:

1- Add the npm package to your project

npm install pensa-sdk-react-native

2- Install Native Dependencies (iOS)

After installing the npm package, navigate to the iOS folder and install the native dependencies using CocoaPods:

cd ios
pod install

This step is required for iOS to link the native components of the SDK.

Once installation is complete, you can proceed with SDK initialization.

Last updated

Was this helpful?