Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 02ddf93

Browse files
committed
fix: persist keyboard on tab press. fixes #339
1 parent 6b003c5 commit 02ddf93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TabBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ export default class TabBar<T: Route<*>> extends React.PureComponent<
369369
<View style={styles.scroll}>
370370
<ScrollView
371371
horizontal
372+
keyboardShouldPersistTaps="always"
372373
scrollEnabled={scrollEnabled}
373374
bounces={false}
374375
alwaysBounceHorizontal={false}

0 commit comments

Comments
 (0)