I encountered an issue while following the installation instructions for the cloudinary-react-native SDK. The documentation suggests using the following command to install the SDK:
yarn add cloudinary-react-native --save
However, when running this command, I receive the following error:

In Yarn, the --save flag is not needed as it automatically saves dependencies to package.json. The correct command should be:
yarn add cloudinary-react-native
Please update the documentation to reflect this, as it can cause confusion for users following the installation steps.
Thank you!
yarn --version
3.6.4