mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Remove min/max Width/Height in the docs
Summary: An initial implementation was done on css-layout but isn't working correctly on many cases. The binding from React Native has been removed a long time ago. Let's not confuse people and remove it from the docs :) Closes https://github.com/facebook/react-native/pull/5522 Reviewed By: svcscm Differential Revision: D2859665 Pulled By: vjeux fb-gh-sync-id: 4aa008dd93a6cea6b79a7bce444c94148791eee4
This commit is contained in:
committed by
facebook-github-bot-7
parent
af2f40754a
commit
2529179769
@@ -27,11 +27,7 @@ var ReactPropTypes = require('ReactPropTypes');
|
||||
*/
|
||||
var LayoutPropTypes = {
|
||||
width: ReactPropTypes.number,
|
||||
maxWidth: ReactPropTypes.number,
|
||||
minWidth: ReactPropTypes.number,
|
||||
height: ReactPropTypes.number,
|
||||
maxHeight: ReactPropTypes.number,
|
||||
minHeight: ReactPropTypes.number,
|
||||
top: ReactPropTypes.number,
|
||||
left: ReactPropTypes.number,
|
||||
right: ReactPropTypes.number,
|
||||
|
||||
Reference in New Issue
Block a user