2.2.0
Added
- [iOS] Added an interface for native customization. Set the
RNVideoEditorSDK.configureWithBuilder
andRNVideoEditorSDK.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()
.