Skip to content

Commit e4cab5c

Browse files
authored
Merge pull request ptomasroos#471 from alexstroukov/master
fix(ScrollableTabBar): ScrollView automaticallyAdjustContentInsets={f…
2 parents 7f902b0 + aa39788 commit e4cab5c

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
@@ -166,6 +166,7 @@ const ScrollableTabBar = React.createClass({
166166
onLayout={this.onContainerLayout}
167167
>
168168
<ScrollView
169+
automaticallyAdjustContentInsets={false}
169170
ref={(scrollView) => { this._scrollView = scrollView; }}
170171
horizontal={true}
171172
showsHorizontalScrollIndicator={false}

0 commit comments

Comments
 (0)