Skip to content

Commit 65fe555

Browse files
authored
Merge pull request ptomasroos#380 from lenkavon/ios-scroll-to-top-on-status-bar-tap-fix
Fix - iOS scrolls-to-top on nav-bar tap
2 parents ca2f77a + b882ed2 commit 65fe555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ScrollableTabBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ const ScrollableTabBar = React.createClass({
174174
showsVerticalScrollIndicator={false}
175175
directionalLockEnabled={true}
176176
bounces={false}
177+
scrollsToTop={false}
177178
>
178179
<View
179180
style={[styles.tabs, {width: this.state._containerWidth, }, this.props.tabsContainerStyle, ]}

0 commit comments

Comments
 (0)