Skip to content

Commit 0ee7413

Browse files
committed
fix: include contentInset as validAttributes on Android now
1 parent 306655a commit 0ee7413

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export const __INTERNAL_VIEW_CONFIG: PartialViewConfig =
3939
},
4040
},
4141
validAttributes: {
42+
contentInset: {
43+
diff: require('../../Utilities/differ/insetsDiffer').default,
44+
},
4245
contentOffset: {
4346
diff: require('../../Utilities/differ/pointsDiffer').default,
4447
},

0 commit comments

Comments
 (0)