Skip to content

Commit e158930

Browse files
committed
Add version 3.1.0
1 parent 14eb997 commit e158930

6 files changed

+13
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.0]
2+
3+
### Added
4+
5+
* Added support for Expo 49. (#1811)
6+
17
## [3.0.0]
28

39
### Changed

RNVideoEditorSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818

1919
s.dependency 'React'
2020
s.dependency 'React-RCTImage'
21-
s.dependency 'VideoEditorSDK', '~> 11.4'
21+
s.dependency 'VideoEditorSDK', '~> 11.8'
2222
end

ios/RNImglyKit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import Foundation;
1+
#import <Foundation/Foundation.h>
22

33
@interface RNVESDKImglyKit : NSObject
44

ios/RNImglyKitSubclass.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
#define RN_IMGLY_dictionary_HELPER(prefix) RN_IMGLY_CONCATENATE(prefix, _dictionary)
4040
#define RN_IMGLY_dictionary RN_IMGLY_dictionary_HELPER(RN_IMGLY)
4141

42-
@import ImglyKit;
42+
#import <ImglyKit/ImglyKit.h>
43+
#import <ImglyKit/ImglyKit-Swift.h>
4344

4445
@interface RN_IMGLY_ImglyKit ()
4546

ios/RNVideoEditorSDK.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import <React/RCTBridgeModule.h>
22
#import "RNImglyKit.h"
33

4-
@import VideoEditorSDK;
4+
#import <ImglyKit/ImglyKit-Swift.h>
55

66
/// The React Native module for VideoEditor SDK
77
@interface RNVideoEditorSDK : RNVESDKImglyKit <RCTBridgeModule>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-videoeditorsdk",
33
"title": "React Native module for VideoEditor SDK",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
66
"main": "index.js",
77
"typings": "index.d.ts",
@@ -35,6 +35,6 @@
3535
"react-native": ">=0.60.0 <1.0.x"
3636
},
3737
"dependencies": {
38-
"react-native-imglysdk": "3.0.0"
38+
"react-native-imglysdk": "3.1.0"
3939
}
4040
}

0 commit comments

Comments
 (0)