Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.51/touchableopacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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:

Expand Down