react-native/docs
Hector Ramos 2bf512b58c Add tabs to Getting Started and update Android Studio steps
Summary:
There are two ways to get started with React Native: using CRNA, or by building native code. The latter requires a set of dependencies that also need to be installed even by people who use CRNA if they have ejected.

There needs to be a clear demarcation between the two approaches as well as clear instructions as to which steps are of interest to CRNA using parties or people adding RN to an existing app.

Separating the two approaches entirely by using tabs can achieve this purpose.

Built and tested the website on Chrome on macOS. Have not yet tested other browsers or OS configurations.

![screencapture-localhost-8079-react-native-docs-getting-started-html-1494974542733](https://cloud.githubusercontent.com/assets/165856/26131374/77258b0c-3a4e-11e7-9a17-074610ca33d1.png)

![screencapture-localhost-8079-react-native-docs-getting-started-html-1494974580882](https://cloud.githubusercontent.com/assets/165856/26131370/73806990-3a4e-11e7-9e67-73c519b050da.png)

This is a work in progress. Feedback is appreciated. I am not yet happy with the different sets of tabs/buttons, for example.
Closes https://github.com/facebook/react-native/pull/14005

Differential Revision: D5096426

Pulled By: hramos

fbshipit-source-id: cdbf19b148ec87f2f2dfdced345084d0bbff4c26
2017-05-19 14:50:53 -07:00
..
Accessibility.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
AndroidBuildingFromSource.md Explaining how to package ReactNative for Nexus/Maven deployment. 2017-03-14 16:32:42 -07:00
AndroidUIPerformance.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Animations.md Update docs about supported native animation props 2017-05-16 13:34:48 -07:00
BuildingForAppleTV.md Rename UIExplorer in docs 2017-05-08 11:31:21 -07:00
Colors.md Update Colors.md, removed duplicate colors 2017-04-18 13:41:22 -07:00
CommunicationIOS.md Rename UIExplorer in docs 2017-05-08 11:31:21 -07:00
Debugging.md Add info about inspecting instances to the docs 2017-05-09 12:01:49 -07:00
DirectManipulation.md Move away from rnplay to snack, with embedded examples! 2017-04-05 19:02:48 -07:00
GestureResponderSystem.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
GettingStarted.md Add tabs to Getting Started and update Android Studio steps 2017-05-19 14:50:53 -07:00
HandlingTextInput.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
HandlingTouches.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08: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 Added documentation for additional fields of Image 2017-04-19 05:02:12 -07:00
IntegrationWithExistingApps.md Fix a typo in IntegrationWithExistingApps.md. 2017-05-16 02:30:31 -07:00
IssueGuidelines.md Product Pains -> Canny 2017-02-17 15:02:23 -08:00
JavaScriptEnvironment.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08: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 Update Example Apps Link 2017-05-16 13:16:04 -07:00
MoviesExample.json Fix typo and add comments to the example app 2015-03-27 20:44:20 +00:00
NativeComponentsAndroid.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
NativeComponentsIOS.md add missing props 2017-05-01 06:03:20 -07:00
NativeModulesAndroid.md Documentation updates 2017-03-10 13:05:02 -08:00
NativeModulesIOS.md Update NativeModulesIOS.md 2017-05-01 06:03:20 -07:00
Navigation.md Remove reference to deprecated Navigator.js 2017-04-26 19:30:57 -07:00
Networking.md Update Networking.md 2017-04-28 05:56:58 -07:00
Performance.md Suggest using babel to remove `console.*` calls 2017-04-26 10:16:13 -07:00
PixelRatio.md Fix minor typo in PixelRatio.md 2017-01-10 01:28:26 -08:00
PlatformSpecificInformation.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Props.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
PullRequestGuidelines.md move templates to .github folder 2016-06-13 07:43:28 -07:00
RunningOnDevice.md Update RunningOnDevice.md 2017-03-24 18:45:58 -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 Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
State.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
Style.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
Testing.md Rename UIExplorer in docs 2017-05-08 11:31:21 -07:00
Text.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
Timers.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Troubleshooting.md Cleanup stale port docs 2017-04-27 07:27:26 -07:00
Tutorial.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
UnderstandingCLI.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Upgrading.md fix issue, closes: https://github.com/facebook/react-native/issues/13380 2017-04-07 10:45:33 -07:00
UsingAListView.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00
UsingAScrollView.md Update examples in docs and address version lag of CRNA 2017-05-16 23:51:28 -07:00