Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest @rneui/themed has incorrect peer and dev dependency #3891

Open
1 task done
ChromeQ opened this issue Feb 26, 2024 · 2 comments
Open
1 task done

Latest @rneui/themed has incorrect peer and dev dependency #3891

ChromeQ opened this issue Feb 26, 2024 · 2 comments

Comments

@ChromeQ
Copy link

ChromeQ commented Feb 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Explain what you did

Install the latest version of @rneui/base and @rneui/themed which is v4.0.0-rc.8

Expected behavior

No warning should be shown about missing peer dependencies or issues with base version

Describe the bug

The latest version of @rneui/themed is v4.0.0-rc.8 which has a probably incorrect peer and dev dependency on @rneui/[email protected] - This should probably match the rc version 8.

https://github.com/react-native-elements/react-native-elements/blob/v4.0.0-rc.8/packages/themed/package.json

It results in a peer dependency warning in yarn (and likely npm too)
image

It also shows problems when listing the installed versions of @rneui/base:
image

Steps To Reproduce

Install latest `@rneui/base` and `@rneui/themed` (which is v4.0.0-rc.8) with yarn
See warning in yarn about missing peer dependency
See errors when running `npm ls @rneui/base`

Screenshots

No response

Your Environment

`npx @rneui/envinfo` ``` React Native Elements Env Info

Global Dependencies:
No related dependency found

Local Dependencies:

  • @rneui/base : 4.0.0-rc.8
  • @rneui/themed : 4.0.0-rc.8
  • expo : 50.0.7
  • react : 18.2.0
  • react-native : 0.73.4
  • @types/react : 18.2.58

</details>
@VetSoftKeith
Copy link

Also experiencing this. Currently keeping base and themed on rc.7 until fixed.

@bchapoton
Copy link

Same issue here, it's block my CI
downgrade to rc7 to fix the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants