mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
enable the minWidth/maxWidth/minHeight/maxHeight features
Summary: Closes https://github.com/facebook/react-native/pull/4183 Reviewed By: svcscm Differential Revision: D2663931 Pulled By: nicklockwood fb-gh-sync-id: 53d699fbb6041e3623eb78f1045cac28821efde8
This commit is contained in:
committed by
facebook-github-bot-4
parent
0491142702
commit
2244a86eea
@@ -237,6 +237,10 @@ RCT_EXPORT_SHADOW_PROPERTY(left, CGFloat);
|
||||
|
||||
RCT_EXPORT_SHADOW_PROPERTY(width, CGFloat)
|
||||
RCT_EXPORT_SHADOW_PROPERTY(height, CGFloat)
|
||||
RCT_EXPORT_SHADOW_PROPERTY(minWidth, CGFloat)
|
||||
RCT_EXPORT_SHADOW_PROPERTY(minHeight, CGFloat)
|
||||
RCT_EXPORT_SHADOW_PROPERTY(maxWidth, CGFloat)
|
||||
RCT_EXPORT_SHADOW_PROPERTY(maxHeight, CGFloat)
|
||||
|
||||
RCT_EXPORT_SHADOW_PROPERTY(borderTopWidth, CGFloat)
|
||||
RCT_EXPORT_SHADOW_PROPERTY(borderRightWidth, CGFloat)
|
||||
|
||||
Reference in New Issue
Block a user