Skip to content

Commit 6498de7

Browse files
committed
Version 1.2.0
1 parent e6af45c commit 6498de7

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.0 / 2025-24-08
2+
==================
3+
4+
* Add support for Expo 52,53
5+
16
1.1.0 / 2025-22-06
27
==================
38

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ This Readme provides basic installation and usage information.
2121
Transform and optimize assets. Visit our documentation to learn more about [media optimization](https://cloudinary.com/documentation/media_optimization) and [transformations](https://cloudinary.com/documentation/image_transformations).
2222

2323
## Version Support
24-
| SDK Version | React Native Version | Expo SDK Version | Video Library |
25-
|-------------|----------------------|------------------|---------------|
26-
| 1.x.x | >= 0.72 | 50-53 | expo-av / expo-video |
24+
| SDK Version | React Native Version | Expo SDK Version | Video Library |
25+
|---------------|----------------------|---------------|---------|
26+
| 1.0.0 - 1.1.0 | >= 0.72 | 50 | expo-av |
27+
| 1.2.x | >= 0.72 | 50-53 | expo-av / expo-video |
2728

2829
## Installation
2930
### Install using your favorite package manager (yarn, npm)
@@ -104,8 +105,8 @@ let video = myCld.video('sea_turtle');
104105
export default function App() {
105106
return (
106107
<View style={styles.container}>
107-
<AdvancedVideo
108-
cldVideo={video}
108+
<AdvancedVideo
109+
cldVideo={video}
109110
videoStyle={{width: 400, height: 220}}
110111
/>
111112
</View>
@@ -131,8 +132,8 @@ let video = myCld.video('sea_turtle');
131132
export default function App() {
132133
return (
133134
<View style={styles.container}>
134-
<AdvancedVideo
135-
cldVideo={video}
135+
<AdvancedVideo
136+
cldVideo={video}
136137
videoStyle={{width: 400, height: 220}}
137138
enableAnalytics={true}
138139
autoTrackAnalytics={true}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-react-native",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Cloudinary React Native SDK: upload, transform, and deliver images and videos through Cloudinary's media pipeline.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)