-
Notifications
You must be signed in to change notification settings - Fork 646
Closed
Description
Code:
<KeyboardAwareScrollView
style={{backgroundColor: '#f7f7f7'}}
enableResetScrollToCoords={false}
keyboardOpeningTime={300}
>{/* ... */}</KeyboardAwareScrollView>
Needed to add enableResetScrollToCoords
, otherwise the ScrollView would have been scrolled to top when Keyboard was dismissed interactively. Also added an higher keyboardOpeningTime
, so it scrolls smoother when ScrollView actually needs to be pushed upwards.
As seen in gif above, there is no need for scrollview to be adjusted. How may I prevent this behavior?
evanjmg, antsmo, allpwrfulroot, RichKite, arcesoj and 17 more
Metadata
Metadata
Assignees
Labels
No labels