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

Commit

Permalink
fix: persist keyboard on tab press. fixes #339
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 23, 2017
1 parent 6b003c5 commit 02ddf93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export default class TabBar<T: Route<*>> extends React.PureComponent<
<View style={styles.scroll}>
<ScrollView
horizontal
keyboardShouldPersistTaps="always"
scrollEnabled={scrollEnabled}
bounces={false}
alwaysBounceHorizontal={false}
Expand Down

0 comments on commit 02ddf93

Please sign in to comment.