-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
React native: 6.1.5 (squashed) #21567
Conversation
chrisnojima
commented
Dec 12, 2019
•
edited
Loading
edited
- hot
- cold
- dev ios
- dev android
- deps
- story
- rn story
- prod
- prod ios
- prod android
@@ -20,7 +20,7 @@ jobs: | |||
command: yarn install --pure-lockfile --ignore-engines --network-concurrency 1 | |||
- run: | |||
working_directory: shared | |||
command: yarn global add react-native-cli | |||
command: yarn global add react-native-cli npm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the purpose of npm
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the rn cli uses npx
@@ -77,5 +77,6 @@ allprojects { | |||
|
|||
google() | |||
jcenter() | |||
maven { url 'https://jitpack.io' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is based on the shipping template and we already had this before