Skip to content

Peer dependency mismatch: cloudinary-react-native@1.2.0 with Expo SDK 53 #46

@Bufib

Description

@Bufib

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions