mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 06:18:41 +00:00
committed by
Nicolas Gallagher
parent
6bf69c0015
commit
08f722ac86
@@ -88,6 +88,7 @@ const ScrollViewBase = forwardRef<Props, *>((props, forwardedRef) => {
|
||||
showsHorizontalScrollIndicator,
|
||||
showsVerticalScrollIndicator,
|
||||
style,
|
||||
dataSet,
|
||||
testID
|
||||
} = props;
|
||||
|
||||
@@ -148,6 +149,7 @@ const ScrollViewBase = forwardRef<Props, *>((props, forwardedRef) => {
|
||||
accessibilityRole={accessibilityRole}
|
||||
accessibilityState={accessibilityState}
|
||||
children={children}
|
||||
dataSet={dataSet}
|
||||
importantForAccessibility={importantForAccessibility}
|
||||
nativeID={nativeID}
|
||||
onLayout={onLayout}
|
||||
|
||||
Reference in New Issue
Block a user