Fix ScrollView Static ViewConfigs

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
This commit is contained in:
Ramanpreet Nara 2022-03-01 16:27:52 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 5c8d95b4e2
Коммит 922219a852
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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