You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## [2.15.0]
2
+
3
+
### Changed
4
+
5
+
* 🚨 Bumped iOS deployment target to 13.0.
6
+
*[react-native-videoeditorsdk] Raised minimum VideoEditor SDK for iOS version to 11.1.0. See the [changelog](https://github.com/imgly/vesdk-ios-build/blob/master/CHANGELOG.md) for more information.
7
+
*[react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for iOS version to 11.1.0. See the [changelog](https://github.com/imgly/pesdk-ios-build/blob/master/CHANGELOG.md) for more information.
8
+
9
+
### Added
10
+
11
+
* Added implementation and documentation for background removal.
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@
19
19
20
20
Check out our [video tutorial](https://img.ly/blog/a-photo-and-video-editor-for-your-react-native-apps/) for a step-by-step integration guide which also details advanced SDK features, such as serializing and reusing previously applied editing operations.
21
21
22
+
## System requirements
23
+
24
+
- React Native: 0.60
25
+
- iOS: 13
26
+
- Android: 5 (SDK 21)
27
+
22
28
## Getting started
23
29
24
30
### Known Issues
@@ -100,7 +106,9 @@ In order to use this module with the Expo CLI you can make use of our integrated
100
106
101
107
**Please note that the `react-native-imglysdk` module manages both VideoEditor SDK as well as PhotoEditor SDK so you only need to add the Expo config plugin once even when using both SDKs.**
102
108
103
-
3. The changes will be applied on `expo prebuild` or during the prebuild phase of `eas build`.
109
+
3. From version `2.15.0` the iOS deployment target needs to be set to at least iOS 13. You can use the `expo-build-properties` config plugin for this. Please refer to the [official Expo docs](https://docs.expo.dev/versions/v45.0.0/sdk/build-properties/).
110
+
111
+
4. The changes will be applied on `expo prebuild` or during the prebuild phase of `eas build`.
104
112
105
113
For further information on how to integrate Expo config plugins please also refer to the official [docs](https://docs.expo.dev/guides/config-plugins/#using-a-plugin-in-your-app).
106
114
@@ -219,6 +227,7 @@ For older React Native versions autolinking is not available and VideoEditor SDK
* Defines all allowed actions for the main screen that are displayed as overlay buttons on the canvas.
29
29
* Only buttons for allowed actions are visible.
30
+
* @note The `CanvasAction.REMOVE_BACKGROUND` action is only shown when editing photos where a person could be detected. This feature is only supported on devices running iOS 15+.
30
31
* @note The `CanvasAction.SOUND_ON_OFF` and `CanvasAction.PLAY_PAUSE` action is only shown when editing videos.
* Defines all allowed actions for the sticker tool menu. Only buttons for allowed actions are visible and shown in the given order.
608
+
* @note The `StickerAction.REMOVE_BACKGROUND` action is only shown for personal and external (non-animated) stickers where a person could be detected. This feature is only supported on devices running iOS 15+.
reject(RN_IMGLY.kErrorUnableToExport, [NSStringRN_IMGLY_string:@"Unable to export video or serialization."withError:error], error);
183
-
}
184
-
}];
187
+
}];
188
+
} else {
189
+
[selfhandleError:videoEditViewController code:RN_IMGLY.kErrorUnableToExportmessage:[NSStringRN_IMGLY_string:@"Unable to export video or serialization."withError:error] error:error];
0 commit comments