You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
npm install -g react-native-cli
react-native init testapp
cd testapp
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]
The text was updated successfully, but these errors were encountered:
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 byreact-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.
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]
The text was updated successfully, but these errors were encountered: