react-native-macos/docs
Brent Vatne b8542397cd Move away from rnplay to snack, with embedded examples!
Summary:
React Native Playground has been sunset, so I've replaced the examples that previously used it with examples using [Snack](http://snack.expo.io/).

The examples are directly embedded and can be edited live to see updates. The code itself is also in the docs, so we can easily update the docs in one place and we don't have to actually go to a saved app on Snack and update it there.

Run it locally, go to the `Animations` section and the `Direct Manipulation` section.

![screen shot 2017-04-03 at 6 29 51 pm](https://cloud.githubusercontent.com/assets/90494/24638271/ff3ad044-189b-11e7-845d-24b2fb612d95.png)

Open it on your phone, notice that it falls back to just showing plain code.

<img src="https://cloud.githubusercontent.com/assets/90494/24638547/203ec8fc-189e-11e7-99c8-dfabff949f8d.PNG" width="250">

- Get rid of the Expo new user experience dialog that you see when you open a Snack -- is this a dealbreaker
Closes https://github.com/facebook/react-native/pull/13285

Differential Revision: D4828011

Pulled By: hramos

fbshipit-source-id: 684ad24a14deb72abb8587ffbb726d316f126d75
2017-04-05 19:02:48 -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 Move away from rnplay to snack, with embedded examples! 2017-04-05 19:02:48 -07:00
Colors.md Tweak presentation of Colors guide. 2017-03-06 18:01:06 -08:00
CommunicationIOS.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Debugging.md Make a section on keyboard shortcuts more prominent 2017-03-09 08:15:45 -08: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 Minor adjustments to the mobile site 2017-04-04 12:46:43 -07:00
HandlingTextInput.md Ensure documentation has consistent relative links 2017-01-31 12:13:31 -08: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 Remove semi-colons after class definition 2017-03-03 12:30:25 -08:00
Images.md Update Images.md 2017-03-31 09:06:00 -07:00
IntegrationWithExistingApps.md Update IntegrationWithExistingApps.md 2017-04-05 12:07:38 -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 Ensure documentation has consistent relative links 2017-01-31 12:13:31 -08:00
LinkingLibraries.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
MoreResources.md Link to Sketch and CRNA 2017-03-14 17:01:56 -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 Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
NativeModulesAndroid.md Documentation updates 2017-03-10 13:05:02 -08:00
NativeModulesIOS.md Update docs to clarify `RCT_REMAP_METHOD` usage. 2017-04-05 11:00:31 -07:00
Navigation.md fix a typo in navigation doc 2017-03-14 16:46:00 -07:00
Networking.md Deprecate NavigationExperimental 2017-03-01 11:50:03 -08:00
Performance.md Documentation updates 2017-03-10 13:05:02 -08: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 Ensure documentation has consistent relative links 2017-01-31 12:13:31 -08: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 State.md 2017-03-05 22:48:04 -08:00
Style.md Tweak presentation of Colors guide. 2017-03-06 18:01:06 -08:00
Testing.md Add a flag to support a simplified iOS test - just compile, don't run packager and tests 2017-03-16 15:19:02 -07:00
Text.md remove more peculiar web language 2017-02-23 16:31:41 -08:00
Timers.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Troubleshooting.md Documentation updates 2017-03-10 13:05:02 -08:00
Tutorial.md Ensure documentation has consistent relative links 2017-01-31 12:13:31 -08:00
UnderstandingCLI.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
Upgrading.md Merge Android UI Performance into Performance doc, reorder sidebar 2017-03-06 10:10:04 -08:00
UsingAListView.md Don't use 'vertically' when describing a ListView 2017-02-27 14:04:58 -08:00
UsingAScrollView.md Update UsingAScrollView.md 2017-02-28 06:23:58 -08:00