Skip to content

2.12.0

Choose a tag to compare

@leontobias leontobias released this 11 Feb 22:13
· 13 commits to main since this release

Changed

  • Unified changelog for react-native-photoeditorsdk, react-native-videoeditorsdk, and the new react-native-imglysdk.
  • Removed WRITE_EXTERNAL_STORAGE permission request when opening the editor on Android.
  • Aligned emoji support for iOS and Android. Emoji support is not optimized for cross-platform use and disabled by default. Added option configuration.text.allowEmojis to opt in.
  • Updated documentation for remote resources used in the editor. Remote resources are usable but not optimized and therefore should be downloaded in advance and then passed to the editor as local resources.

Added

  • Added integration and documentation for custom watermark.
  • [react-native-imglysdk] Added Expo config plugin. See the PE.SDK or VE.SDK getting started section of the README for instructions on how to use it.

Fixed

  • [react-native-videoeditorsdk] Fixed composition.personalVideoClips configuration option would not be resolved correctly on Android.