lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.74k stars 497 forks source link

Conflict of package npm install @react-native-picker/picker #475

Open ghure opened 2 years ago

ghure commented 2 years ago

Its not a bug,

npm install react-native-picker-select npm install @react-native-picker/picker

I want to use both packages at same time, but an getting conflict.

Error: Invariant Violation: Tried to register two views with the same name RNCAndroidDialogPicker.

Need solution on same

Thank you

Image 15-02-22 at 2 34 PM

RobertDS07 commented 2 years ago

Same thing here...

RobertDS07 commented 2 years ago

Response here

ghure commented 2 years ago

I fixed this issue by matching both @react-native-picker/picker.

npm ls @react-native-picker/picker and install same version.

Screenshot 2022-03-30 at 10 55 16 AM