mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00: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
@@ -32,7 +32,7 @@ public enum YogaDirection {
|
||||
case 0: return INHERIT;
|
||||
case 1: return LTR;
|
||||
case 2: return RTL;
|
||||
default: throw new IllegalArgumentException("Unkown enum value: " + value);
|
||||
default: throw new IllegalArgumentException("Unknown enum value: " + value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user