Skip to content

Commit

Permalink
Merge pull request #14 from gabrieldonadel/feat/add-logical-border-ra…
Browse files Browse the repository at this point in the history
…dius

feat: Add logical border radius properties
  • Loading branch information
cortinico authored Jan 18, 2023
2 parents 57e71fd + 1290cf5 commit 8752e82
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ const DeprecatedViewStylePropTypes = {
borderColor: DeprecatedColorPropType,
borderCurve: PropTypes.oneOf(['circular', 'continuous']),
borderEndColor: DeprecatedColorPropType,
borderEndEndRadius: PropTypes.number,
borderEndStartRadius: PropTypes.number,
borderLeftColor: DeprecatedColorPropType,
borderLeftWidth: PropTypes.number,
borderRadius: PropTypes.number,
borderRightColor: DeprecatedColorPropType,
borderRightWidth: PropTypes.number,
borderStartColor: DeprecatedColorPropType,
borderStartEndRadius: PropTypes.number,
borderStartStartRadius: PropTypes.number,
borderStyle: PropTypes.oneOf(['dashed', 'dotted', 'solid']),
borderTopColor: DeprecatedColorPropType,
borderTopEndRadius: PropTypes.number,
Expand Down

0 comments on commit 8752e82

Please sign in to comment.