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

"yarn add native-base" rewrites package.json by package.json from native-base #2664

Closed
alexicum opened this issue Feb 8, 2017 · 1 comment

Comments

@alexicum
Copy link

alexicum commented Feb 8, 2017

Do you want to request a feature or report a bug?
bug

What is the current behavior?
When executing
yarn install (with "native-base" in dependencies)
or
yarn add native-base (on clean react-native project, generated by react-native init testapp)
then your project package.json is replaced by package.json of native-base project

If the current behavior is a bug, please provide the steps to reproduce.

  1. npm install -g react-native-cli
  2. react-native init testapp
  3. cd testapp
  4. yarn
    or
    yarn add native-base

What is the expected behavior?
native-base should be added to dependencies.

Please mention your node.js, yarn and operating system version.
node v6.9.1
yarn ver 0.19.1
Microsoft Windows [Version 10.0.14393]

@alexicum
Copy link
Author

alexicum commented Feb 8, 2017

Same behavior when using npm install... It's native-base issue
GeekyAnts/NativeBase#476

@alexicum alexicum closed this as completed Feb 8, 2017
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

1 participant