datetimepicker
datetimepicker copied to clipboard
Update to the latest version of React Native peer dependency for version 79.4
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
- Attempt to install @react-native-community/[email protected] in conjunction with [email protected]
Describe what you expected to happen:
- Run npm i
- Do not receive an error.
Environment info
Expo 52 trying to move to 53
This is closely related to issue #893