Android: Implement border(Start|End)Color for RN non-rounded borders

Reviewed By: achen1

Differential Revision: D5921865

fbshipit-source-id: ed964291cba0c701de677c24c54f885cda78e7cc
This commit is contained in:
Ramanpreet Nara
2017-10-18 19:29:57 -07:00
committed by Facebook Github Bot
parent 7ed7593b2b
commit 0f467a25ed
3 changed files with 42 additions and 1 deletions

View File

@@ -118,6 +118,9 @@ public class ViewProps {
public static final String BORDER_RIGHT_COLOR = "borderRightColor";
public static final String BORDER_TOP_COLOR = "borderTopColor";
public static final String BORDER_BOTTOM_COLOR = "borderBottomColor";
public static final String BORDER_START_COLOR = "borderStartColor";
public static final String BORDER_END_COLOR = "borderEndColor";
public static final int[] BORDER_SPACING_TYPES = {
Spacing.ALL,
Spacing.START,