We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 199a835 + c0499f6 commit 0d3bc88Copy full SHA for 0d3bc88
ReactWindows/ReactNative.Shared/UIManager/ViewProps.cs
@@ -112,8 +112,8 @@ public static class ViewProps
112
new List<int>
113
{
114
EdgeSpacing.All,
115
- EdgeSpacing.Start,
116
- EdgeSpacing.End,
+ EdgeSpacing.Left,
+ EdgeSpacing.Right,
117
EdgeSpacing.Top,
118
EdgeSpacing.Bottom,
119
};
0 commit comments