From ba966f0f86dcf78cb29c0c0409b3e98d433e07c0 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 4 Dec 2017 19:12:37 +0000 Subject: [PATCH] Deploy website Deploy website version based on 033ea55967a60ee6b2eb05166863688c09a7f455 --- docs/next/getting-started.html | 4 ++-- docs/touchableopacity.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/next/getting-started.html b/docs/next/getting-started.html index e75019746fa..24b10f21f29 100644 --- a/docs/next/getting-started.html +++ b/docs/next/getting-started.html @@ -403,10 +403,10 @@ loaded before proceeding to the next step.

Watchman (optional)

Follow the -Watchman installation guide +Watchman installation guide to compile and install Watchman from source.

-

Watchman is a tool by +

Watchman is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance, but it's alright to skip this if you find the process to be tedious.

diff --git a/docs/touchableopacity.html b/docs/touchableopacity.html index 77ff4c17d4b..2f1d26d9e65 100644 --- a/docs/touchableopacity.html +++ b/docs/touchableopacity.html @@ -7,7 +7,7 @@
Edit

TouchableOpacity

A wrapper for making views respond properly to touches. On press down, the opacity of the wrapped view is decreased, dimming it.

Opacity is controlled by wrapping the children in an Animated.View, which is -added to the view hiearchy. Be aware that this can affect layout.

+added to the view hierarchy. Be aware that this can affect layout.

Example:

renderButton: function() {
   return (