Skip to main content
PESDK/React Native

Migrating to version 3.0.0

A migration guide for version 3.0.0 of PhotoEditor SDK for React Native.

License Unlocking#

With version 3.0.0 of the react-native-photoeditorsdk plugin the SDK unlocking is now async and the function PESDK.unlockWithLicense returns Promise<void>. Further, it now throws any errors occurring during the unlocking process which have been handled by the PESDK.openEditor method before. This said, while you can keep using the SDK without the need to do any adjustments to the existing integration, we highly recommend making use of the new API and catch any errors.

Please refer to the license section for further details on how to unlock the SDK.