We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306655a commit 0ee7413Copy full SHA for 0ee7413
packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js
@@ -39,6 +39,9 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
39
},
40
41
validAttributes: {
42
+ contentInset: {
43
+ diff: require('../../Utilities/differ/insetsDiffer').default,
44
+ },
45
contentOffset: {
46
diff: require('../../Utilities/differ/pointsDiffer').default,
47
0 commit comments