diff --git a/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js b/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js index 4a71580256..7b2ce2060d 100644 --- a/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js +++ b/Libraries/Components/ScrollView/AndroidHorizontalScrollViewNativeComponent.js @@ -50,6 +50,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = { removeClippedSubviews: true, borderTopRightRadius: true, borderLeftColor: {process: require('../../StyleSheet/processColor')}, + pointerEvents: true, }, }; diff --git a/Libraries/Components/ScrollView/ScrollViewNativeComponent.js b/Libraries/Components/ScrollView/ScrollViewNativeComponent.js index 534b5fefbd..675ee113fd 100644 --- a/Libraries/Components/ScrollView/ScrollViewNativeComponent.js +++ b/Libraries/Components/ScrollView/ScrollViewNativeComponent.js @@ -74,6 +74,7 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig = removeClippedSubviews: true, borderTopRightRadius: true, borderLeftColor: {process: require('../../StyleSheet/processColor')}, + pointerEvents: true, }, } : {