datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Update to the latest version of React Native peer dependency for version 79.4

Open jaaywags opened this issue 5 months ago • 1 comments

Bug report

When trying to update to the latest version of react native (version 0.79.4) I get this error.

npm error Conflicting peer dependency: [email protected]
npm error node_modules/react
npm error   peer react@"^19.0.0" from [email protected]
npm error   node_modules/react-native
npm error     react-native@"0.79.4" from the root project
npm error     peer react-native@"*" from @react-native-community/[email protected]
npm error     node_modules/@react-native-community/datetimepicker
npm error       @react-native-community/datetimepicker@"8.4.1" from the root project
npm error     5 more (expo, @expo/dom-webview, @expo/metro-runtime, ...)

Reproducible sample code

Package.json

"@react-native-community/datetimepicker": "8.4.1",

Steps to reproduce

  1. Attempt to install @react-native-community/[email protected] in conjunction with [email protected]

Describe what you expected to happen:

  1. Run npm i
  2. Do not receive an error.

Environment info

Expo 52 trying to move to 53

This is closely related to issue #893

jaaywags avatar Jul 01 '25 04:07 jaaywags