Skip to content

Commit

Permalink
Fix ScrollView Static ViewConfigs
Browse files Browse the repository at this point in the history
Summary:
This should fix the SVC === NVC check for ScrollView and AndroidHorizontalScrollView.

Changelog: [Internal]

Reviewed By: p-sun

Differential Revision: D34542873

fbshipit-source-id: 7e25d3a6c1417877b64501981652d767ba2eda48
  • Loading branch information
RSNara authored and facebook-github-bot committed Mar 2, 2022
1 parent 5c8d95b commit 922219a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -50,6 +50,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = {
removeClippedSubviews: true,
borderTopRightRadius: true,
borderLeftColor: {process: require('../../StyleSheet/processColor')},
pointerEvents: true,
},
};

Expand Down
Expand Up @@ -74,6 +74,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
removeClippedSubviews: true,
borderTopRightRadius: true,
borderLeftColor: {process: require('../../StyleSheet/processColor')},
pointerEvents: true,
},
}
: {
Expand Down

0 comments on commit 922219a

Please sign in to comment.