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 ce4246a commit e98a835Copy full SHA for e98a835
ReactCommon/react/renderer/components/scrollview/ScrollViewProps.h
@@ -63,7 +63,7 @@ class ScrollViewProps final : public ViewProps {
63
bool snapToStart{true};
64
bool snapToEnd{true};
65
ContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior{
66
- ContentInsetAdjustmentBehavior::Never};
+ ContentInsetAdjustmentBehavior::Automatic};
67
bool scrollToOverflowEnabled{false};
68
69
#pragma mark - DebugStringConvertible
0 commit comments