Closed
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
ReactNative 0.50 (which is the only relevant part in this case)
Steps to Reproduce
- Go to the ReactNative-docs of
ScrollView
, in particular the section aboutcontentInsetAdjustmentBehavior
- Go to the UIKit-docs of
contentInsetAdjustmenBehaviour
- Compare the default value of
never
for ReactNative andautomatic
for UIKit.
Expected Behavior
Since this is an iOS specific option of ScrollView
, I'd expect that we would follow the default setting that UIKit has.
Actual Behavior
- The default value of
contentInsetAdjustmentBehavior
isnever
for ReactNative - The default value of
contentInsetAdjustmentBehavior
isautomatic
for UIKit
Reproducible Demo
Not relevant in this case.