File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,18 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2727| 1.2.x | >= 0.72 | 50-53 | expo-av / expo-video |
2828
2929## Installation
30- ### Install using your favorite package manager (yarn, npm)
30+
31+ You can install the package using your preferred package manager:
32+
3133``` bash
34+ # Using npm
3235npm install cloudinary-react-native
3336
34- ```
35- Or
36- ``` bash
37- yarn add cloudinary-react-native --save
38- ```
37+ # Using yarn
38+ yarn add cloudinary-react-native
39+
40+ # Using pnpm
41+ pnpm add cloudinary-react-native
3942
4043# ## For Video Player functionality
4144The SDK supports both ` expo-av` and ` expo-video` libraries. The appropriate library will be automatically detected and used:
You can’t perform that action at this time.
0 commit comments