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
it would be cool if the companion blog post would tell the reader how to install the react-native-cli node module in the Step 0: Setup and boilerplate section right before the code block that first uses the react-native command
it would be cool if the companion blog post would tell the reader how to install the
react-native-cli
node module in the Step 0: Setup and boilerplate section right before the code block that first uses thereact-native
commandfound the install command buried a bit in the react native docs http://facebook.github.io/react-native/docs/getting-started.html#the-react-native-cli
npm install -g react-native-cli
The text was updated successfully, but these errors were encountered: