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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@
17
17
18
18
# React Native module for VideoEditor SDK
19
19
20
+
Check out our [video tutorial](https://blog.photoeditorsdk.com/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
+
20
22
## Getting started
21
23
22
24
Install the React Native module in your project as follows:
@@ -81,11 +83,11 @@ For older React Native versions autolinking is not available and VideoEditor SDK
In order to update VideoEditor SDK for Android replace the version string `7.1.13` with a [newer release](https://github.com/imgly/vesdk-android-demo/releases).
90
+
In order to update VideoEditor SDK for Android replace the version string `7.2.5` with a [newer release](https://github.com/imgly/vesdk-android-demo/releases).
89
91
90
92
3. Configure VideoEditor SDK for Android by opening the `android/app/build.gradle` file (**not**`android/build.gradle`) and adding the following lines under `apply plugin: "com.android.application"`:
0 commit comments