mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 14:25:08 +08:00
Autogenerate enum defenitions for all languages
Reviewed By: gkassabli Differential Revision: D4174263 fbshipit-source-id: 478961a8f683e196704d3c6ea1505a05c85fcb10
This commit is contained in:
committed by
Facebook Github Bot
parent
27ae04cabd
commit
ffcdf25281
@@ -87,7 +87,7 @@ public class LayoutShadowNode extends ReactShadowNode {
|
||||
@ReactProp(name = ViewProps.FLEX_WRAP)
|
||||
public void setFlexWrap(@Nullable String flexWrap) {
|
||||
setFlexWrap(
|
||||
flexWrap == null ? CSSWrap.NOWRAP : CSSWrap.valueOf(flexWrap.toUpperCase(Locale.US)));
|
||||
flexWrap == null ? CSSWrap.NO_WRAP : CSSWrap.valueOf(flexWrap.toUpperCase(Locale.US)));
|
||||
}
|
||||
|
||||
@ReactProp(name = ViewProps.ALIGN_SELF)
|
||||
|
||||
Reference in New Issue
Block a user