Skip to content

Releases: imgly/vesdk-react-native

2.2.0

17 Jan 13:08
Compare
Choose a tag to compare

Added

  • [iOS] Added an interface for native customization. Set the RNVideoEditorSDK.configureWithBuilder and RNVideoEditorSDK.willPresentVideoEditViewController properties of the bridge module to tweak VideoEditor SDK to your needs beyond the configuration options exposed to JavaScript.

Fixed

  • [Android] Fixed possible NPE if other native libraries register addActivityEventListener().

2.1.2

13 Jan 13:11
Compare
Choose a tag to compare

Fixed

  • [Android] Fixed possible compile issue with React Native versions older than 0.60.

2.1.1

10 Jan 15:59
Compare
Choose a tag to compare

Fixed

  • [iOS] Fixed duplicate symbols for constants when using VideoEditor SDK and PhotoEditor SDK in the same project.
  • [iOS] Fixed return null if the editor is dismissed without exporting the edited video.

2.1.0

08 Jan 11:27
Compare
Choose a tag to compare

Changed

  • [iOS] Updated VideoEditor SDK for iOS to version 10.7.0 and above.

Fixed

  • [iOS] Fixed automatic (CocoaPods) installation process so that VideoEditor SDK and PhotoEditor SDK can be used in the same project.
  • [iOS] Fixed FRAMEWORK_SEARCH_PATHS for manual linking VideoEditor SDK which is required for React Native versions older than 0.60.
  • Add missing Platform import when using React Native versions older than 0.60.

2.0.0

18 Dec 19:46
Compare
Choose a tag to compare

Added

  • [Android] Added support for VideoEditor SDK for Android version 7.1.5 and above.

1.3.0

21 Nov 14:35
Compare
Choose a tag to compare

Changed

  • [iOS] Updated VideoEditor SDK for iOS to version 10.6.0.

1.2.0

14 Nov 18:46
Compare
Choose a tag to compare

Changed

  • [iOS] Updated VideoEditor SDK for iOS to version 10.5.0.

1.1.0

04 Nov 18:52
Compare
Choose a tag to compare

Added

  • [iOS] Updated VideoEditor SDK for iOS to version 10.4.0.
  • Added configuration options for personal stickers.

1.0.2

30 Oct 16:55
Compare
Choose a tag to compare

Fixed

  • [iOS] Fixed unlockWithLicense.

1.0.0

29 Oct 16:36
Compare
Choose a tag to compare

Added

  • [iOS] Initial release of the React Native module for VideoEditor SDK. This version adds support for iOS only. Android support will be added in a later release.