mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 09:21:46 +08:00
Fix typo in generated Yoga classes
Reviewed By: emilsjolander Differential Revision: D4416273 fbshipit-source-id: fa3f87b86560121e1186cdc0ee295eb052fb3a97
This commit is contained in:
committed by
Facebook Github Bot
parent
0426732a08
commit
43dedbbd63
@@ -36,7 +36,7 @@ public enum YogaJustify {
|
||||
case 2: return FLEX_END;
|
||||
case 3: return SPACE_BETWEEN;
|
||||
case 4: return SPACE_AROUND;
|
||||
default: throw new IllegalArgumentException("Unkown enum value: " + value);
|
||||
default: throw new IllegalArgumentException("Unknown enum value: " + value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user