react-native/docs
Tommy Parnell 6aea140a33 improve choco command
Summary:
<details>
  Thanks for submitting a PR! Please read these instructions carefully:

  - [ x ] Explain the **motivation** for making this change.
  - [ x ] Provide a **test plan** demonstrating that the code is solid.
  - [ x ] Match the **code formatting** of the rest of the codebase.
  - [ x ] Target the `master` branch, NOT a "stable" branch.

  Please read the [Contribution Guidelines](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md) to learn more about contributing to React Native.
</details>

Consolidates the install to 1 command for windows. Also add the `-y` flag so chocolatey doesn't license prompt for each command.

* Get a windows laptop
* Run the 1 command
Closes https://github.com/facebook/react-native/pull/14710

Differential Revision: D5314510

Pulled By: hramos

fbshipit-source-id: 54d46822eb93d4dec7161ef7d4933d6964f40ef3
2017-06-23 15:52:52 -07:00
..
Accessibility.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
AndroidBuildingFromSource.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
AndroidUIPerformance.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Animations.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
BuildingForAppleTV.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
Colors.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
CommunicationIOS.md Fix typo 2017-06-14 02:03:27 -07:00
ComponentsAndAPIs.md Restore proper ordering of docs in the sidebar 2017-06-07 15:00:39 -07:00
Debugging.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
DirectManipulation.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
GestureResponderSystem.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
GettingStarted.md improve choco command 2017-06-23 15:52:52 -07:00
HandlingTextInput.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
HandlingTouches.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
HeadlessJSAndroid.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
HeightAndWidth.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
Images.md Add documentation for supporting custom require types 2017-06-12 13:32:20 -07:00
IntegrationWithExistingApps.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
IssueGuidelines.md Product Pains -> Canny 2017-02-17 15:02:23 -08:00
JavaScriptEnvironment.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
LayoutWithFlexbox.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
LinkingLibraries.md fix typo 2017-04-13 05:00:53 -07:00
MoreResources.md Revert D5245159: [react-native][PR] Fix broken link in /docs/MoreResources.md 2017-06-14 07:36:18 -07:00
MoviesExample.json Fix typo and add comments to the example app 2015-03-27 20:44:20 +00:00
NativeComponentsAndroid.md react@16 did away with PropTypes; require prop-types instead 2017-06-22 13:49:57 -07:00
NativeComponentsIOS.md react@16 did away with PropTypes; require prop-types instead 2017-06-22 13:49:57 -07:00
NativeMethodsMixin.md Flat ReactNative renderer bundle [WIP] 2017-05-26 11:03:06 -07:00
NativeModulesAndroid.md Breaking - remove unused registration of JS modules 2017-06-14 03:52:17 -07:00
NativeModulesIOS.md Correct its/it's homophone in NativeModulesIOS.md 2017-06-15 03:30:33 -07:00
Navigation.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
Networking.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
Performance.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
PixelRatio.md Fix minor typo in PixelRatio.md 2017-01-10 01:28:26 -08:00
PlatformSpecificInformation.md Add a section about Platform.Version on iOS 2017-06-15 09:21:18 -07:00
Props.md Standardize on using AwesomeProject for AppRegistry calls. 2017-05-30 14:20:42 -07:00
PullRequestGuidelines.md move templates to .github folder 2016-06-13 07:43:28 -07:00
RunningOnDevice.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
RunningOnDeviceAndroid.md Consolidate Running on Device (Android|iOS) Guides into one 2016-11-06 21:13:32 -08:00
RunningOnDeviceIOS.md Consolidate Running on Device (Android|iOS) Guides into one 2016-11-06 21:13:32 -08:00
RunningOnSimulatorIOS.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
SignedAPKAndroid.md Corrected a minor error 2017-05-22 07:01:51 -07:00
State.md Standardize on using AwesomeProject for AppRegistry calls. 2017-05-30 14:20:42 -07:00
Style.md Standardize on using AwesomeProject for AppRegistry calls. 2017-05-30 14:20:42 -07:00
Testing.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
Text.md Standardize on using AwesomeProject for AppRegistry calls. 2017-05-30 14:20:42 -07:00
Timers.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
Troubleshooting.md Cleanup stale port docs 2017-04-27 07:27:26 -07:00
Tutorial.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
UnderstandingCLI.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
Upgrading.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
UsingAListView.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00
UsingAScrollView.md New Handling Touches Tutorial 2017-06-07 11:51:21 -07:00