Is this a bug report?
Yes
YES
Environment
react-native -v: react-native-cli: 2.0.1, react-native: 0.47.0
node -v: v8.4.0
npm -v: 5.3.0
yarn --version: 0.27.5
Then, specify:
- Target Platform:
iOS and Android
- Development Operating System:
macOS and Linux
- Build tools:
Not specific to any platform
Steps to Reproduce
(Write your steps here:)
- I do installation of any library by using
npm install <lib_name> --save
- The installation goes successful and I run
react-native link <lib_name>
Expected Behavior
The linking of the library must happen.
Actual Behavior
The library linking never happens and I will have to manually do all the steps to add the library in both iOS and Android.
Reproducible Demo
I think this step is not applicable as it is related to linking.
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
YES
Environment
react-native -v: react-native-cli: 2.0.1, react-native: 0.47.0node -v: v8.4.0npm -v: 5.3.0yarn --version: 0.27.5Then, specify:
iOS and Android
macOS and Linux
Not specific to any platform
Steps to Reproduce
(Write your steps here:)
npm install <lib_name> --savereact-native link <lib_name>Expected Behavior
The linking of the library must happen.
Actual Behavior
The library linking never happens and I will have to manually do all the steps to add the library in both iOS and Android.
Reproducible Demo
I think this step is not applicable as it is related to linking.