Releases: imgly/vesdk-react-native
Releases · imgly/vesdk-react-native
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()
.
2.1.2
2.1.1
2.1.0
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.