Answers for "how to use npm for react native instead of yarn"

1

install yarn in react native

npm install -g yarn
yarn global add react-native-cli
react-native init sample
Posted by: Guest on May-03-2020

Code answers related to "how to use npm for react native instead of yarn"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language