Skip to content

Commit

Permalink
Lint v0.8 (facebook#1356)
Browse files Browse the repository at this point in the history
* remove version 0.8

* swap easy
  • Loading branch information
thackley authored and rickhanlonii committed Oct 16, 2019
1 parent d1e8952 commit d5cdd34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .alexignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ website/blog/
#
# To be considerate to the reviewer, please submit each version in different PRs.
website/versioned_docs/version-0.7/
website/versioned_docs/version-0.8/
website/versioned_docs/version-0.9/
website/versioned_docs/version-0.10/
website/versioned_docs/version-0.11/
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.8/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ original_id: scrollview

Component that wraps platform ScrollView while providing integration with touch locking "responder" system.

Keep in mind that ScrollViews must have a bounded height in order to work, since they contain unbounded-height children into a bounded container (via a scroll interaction). In order to bound the height of a ScrollView, either set the height of the view directly (discouraged) or make sure all parent views have bounded height. Forgetting to transfer `{flex: 1}` down the view stack can lead to errors here, which the element inspector makes easy to debug.
Keep in mind that ScrollViews must have a bounded height in order to work, since they contain unbounded-height children into a bounded container (via a scroll interaction). In order to bound the height of a ScrollView, either set the height of the view directly (discouraged) or make sure all parent views have bounded height. Forgetting to transfer `{flex: 1}` down the view stack can lead to errors here, which the element inspector makes quick to debug.

Doesn't yet support other contained responders from blocking this scroll view from becoming the responder.

Expand Down

0 comments on commit d5cdd34

Please sign in to comment.