what should I use to install react-native dependencies? yarn or npm, in my case npm have some problems with some of dependencies. Sometimes i use npm to install these, but i am still confused to decide which one to use permanently.
Asked
Active
Viewed 1,335 times
2
-
Refer this https://stackshare.io/stackups/npm-vs-yarn – Akila Devinda Feb 25 '20 at 09:35
2 Answers
1
Both NPM and Yarn are great tools in managing your project's dependencies. There are a lot of improvements Yarn has over npm from faster speeds and stronger security. Many say that if you are already familiar with NPM that a jump to Yarn isn’t really necessary, especially with the release of version 5. Personally I will favor Yarn over NPM mainly because of the speed. But it all boils down to a matter of preference.

Akila Devinda
- 5,054
- 3
- 19
- 35
-
thanks for your answer. i will continue using yarn from now onward. – Haseeb Javed Feb 25 '20 at 11:46
-
0
yarn is much more faster than npm. furthermore npm is also an impressive option

Haseeb Javed
- 63
- 2
- 13