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 (