Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix - iOS scrolls-to-top on nav-bar tap
  • Loading branch information
lenkavon committed Aug 5, 2016
commit b882ed2fe40d60203507cf3b0c6bee597d1ae0d9
1 change: 1 addition & 0 deletions ScrollableTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const ScrollableTabBar = React.createClass({
showsVerticalScrollIndicator={false}
directionalLockEnabled={true}
bounces={false}
scrollsToTop={false}
>
<View
style={[styles.tabs, {width: this.state._containerWidth, }, this.props.tabsContainerStyle, ]}
Expand Down