dont dismiss kb on drag

This commit is contained in:
Hailey
2024-06-11 23:56:53 -07:00
parent 47aca61e90
commit 36717a99b2
2 changed files with 0 additions and 2 deletions
@@ -79,7 +79,6 @@ export function StepFeeds() {
onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
keyboardShouldPersistTaps="handled"
keyboardDismissMode="on-drag"
containWeb={true}
sideBorders={false}
style={{flex: 1}}
@@ -64,7 +64,6 @@ export function StepProfiles() {
onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}
keyboardShouldPersistTaps="handled"
keyboardDismissMode="on-drag"
containWeb={true}
sideBorders={false}
style={[a.flex_1]}