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

Different npm install command on NPM website and git hub #168

Closed
vibhorpahare opened this issue Nov 11, 2020 · 1 comment
Closed

Different npm install command on NPM website and git hub #168

vibhorpahare opened this issue Nov 11, 2020 · 1 comment

Comments

@vibhorpahare
Copy link

https://www.npmjs.com/package/@react-native-community/picker

Above given React native picker on npm website is with name @react-native-community /picker and the git hub link redirects it to this repo which is react-native-picker/picker
Is there any issue?

because I am confused about which 'npm install' command should I use,

NPM websites say: npm i @react-native-community/picker

and this repo says: npm install @react-native-picker/picker --save

which one is correct?

Screenshot (20)

@Naturalclar
Copy link
Contributor

@vibhorpahare sorry for the confusion. Please use @react-native-picker/picker instead of @react-native-community/picker for the latest version.

We are slowly migrating modules out of @react-native-community namespace. For details, please see this issue comment react-native-community/discussions-and-proposals#176 (comment)

I'll ask for there to be a deprecation notice on the npm page.

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

No branches or pull requests

2 participants