Skip to content

Commit

Permalink
UNDO THIS COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Feb 22, 2023
1 parent 6e4263f commit 6c891ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Libraries/Components/View/ReactNativeStyleAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,15 @@ const ReactNativeStyleAttributes: {[string]: AnyAttributeType, ...} = {
backgroundColor: colorAttributes,
borderBlockColor: colorAttributes,
borderBlockEndColor: colorAttributes,
borderBlockEndStyle: true,
borderBlockStartColor: colorAttributes,
borderBlockStartStyle: true,
borderBlockStyle: true,
borderInlineColor: colorAttributes,
borderInlineStyle: true,
borderInlineEndColor: colorAttributes,
borderInlineEndStyle: true,
borderInlineStartStyle: true,
borderInlineStartColor: colorAttributes,
borderBottomColor: colorAttributes,
borderBottomEndRadius: true,
Expand Down
7 changes: 7 additions & 0 deletions Libraries/Components/View/ViewNativeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
borderStartEndRadius: true,
borderStartStartRadius: true,
borderStyle: true,
borderBlockEndStyle: true,
borderBlockStartStyle: true,
borderBlockStyle: true,
borderInlineStyle: true,
borderInlineEndStyle: true,
borderInlineStartStyle: true,

hitSlop: true,
pointerEvents: true,
nativeBackgroundAndroid: true,
Expand Down

0 comments on commit 6c891ea

Please sign in to comment.