Skip to content

Commit cf14e82

Browse files
committed
Add version 3.1.0
1 parent eb4631f commit cf14e82

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

RNPhotoEditorSDK.podspec

Lines changed: 1 addition & 1 deletion
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 'PhotoEditorSDK', '~> 11.4'
21+
s.dependency 'PhotoEditorSDK', '~> 11.8'
2222
end

ios/RNImglyKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import Foundation;
1+
#import <Foundation/Foundation.h>
22

33
@interface RNPESDKImglyKit : NSObject
44

ios/RNImglyKitSubclass.h

Lines changed: 2 additions & 1 deletion
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/RNPhotoEditorSDK.h

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

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

66
/// The React Native module for PhotoEditor SDK
77
@interface RNPhotoEditorSDK : RNPESDKImglyKit <RCTBridgeModule>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-photoeditorsdk",
33
"title": "React Native module for PhotoEditor SDK",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "A React Native module for PhotoEditor SDK. Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!",
66
"main": "index.js",
77
"typings": "index.d.ts",
@@ -38,6 +38,6 @@
3838
"react-native": ">=0.60.0 <1.0.x"
3939
},
4040
"dependencies": {
41-
"react-native-imglysdk": "3.0.0"
41+
"react-native-imglysdk": "3.1.0"
4242
}
4343
}

0 commit comments

Comments
 (0)