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
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.