Skip to content

Commit 4ca4bfe

Browse files
committed
Adding deprecation details to the docs
1 parent ded4f76 commit 4ca4bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/Components/ScrollView/ScrollView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ const ScrollView = React.createClass({
185185
* catch taps, but children of the scroll view can catch taps.
186186
* - 'handled', they keyboard will not dismiss automatically when the tap was handled by
187187
* a children, (or captured by an ancestor).
188-
* - false is an alias for 'never'
189-
* - true is an alias for 'always'
188+
* - false, deprecated, use 'never' instead
189+
* - true, deprecated, use 'always' instead
190190
*/
191191
keyboardShouldPersistTaps: PropTypes.oneOf(['always', 'never', 'handled', false, true]),
192192
/**

0 commit comments

Comments
 (0)