Hi, there is a peer dependency mismatch in cloudinary-react-native@1.2.0 when used with Expo SDK 53. Expo SDK 53 requires expo-modules-core@~2.5.0. cloudinary-react-native@1.2.0 declares a peer dependency on expo-modules-core@1.11.14. This causes npm install to fail with the following error: > npm error Could not resolve dependency: > npm error peer expo-modules-core@"1.11.14" from cloudinary-react-native@1.2.0 Workarounds such as npm install --legacy-peer-deps or adding an overrides entry in package.json allow installation, but this is not a proper fix. Please update the peerDependencies in cloudinary-react-native to correctly reflect support for Expo 53. Thank you!