Skip to content

2.14.0

Compare
Choose a tag to compare
@leontobias leontobias released this 08 Jun 08:56
· 8 commits to master since this release

Added

  • [react-native-videoeditorsdk] Added implementation and documentation for GIPHY sticker integration.

Fixed

  • [react-native-videoeditorsdk] Fixed VESDK.openEditor return type declaration and API documentation to return Promise<VideoEditorResult | null> instead of just Promise<VideoEditorResult>.
  • [react-native-videoeditorsdk] Fixed height and width of specified composition size would be flipped on Android.
  • [react-native-photoeditorsdk] Fixed PESDK.openEditor return type declaration and API documentation to return Promise<PhotoEditorResult | null> instead of just Promise<PhotoEditorResult>.
  • [react-native-photoeditorsdk] Fixed deprecation warning for RCTBridge.imageLoader on iOS.