mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
5c8d95b4e2
commit
922219a852
@@ -50,6 +50,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = {
|
||||
removeClippedSubviews: true,
|
||||
borderTopRightRadius: true,
|
||||
borderLeftColor: {process: require('../../StyleSheet/processColor')},
|
||||
pointerEvents: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user