Skip to main content
VESDK/React Native

Migrating to version 3.0.0

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

License Unlocking#

With version 3.0.0 of the react-native-videoeditorsdk plugin the SDK unlocking is now async and the function VESDK.unlockWithLicense returns Promise<void>. Further, it now throws any errors occurring during the unlocking process which have been handled by the VESDK.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.