We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457c4a8 commit d08677cCopy full SHA for d08677c
index.js
@@ -145,6 +145,7 @@ const ScrollableTabView = React.createClass({
145
} else {
146
return (
147
<ViewPagerAndroid
148
+ key={this._children().length}
149
style={styles.scrollableContentAndroid}
150
initialPage={this.props.initialPage}
151
onPageSelected={this._updateSelectedPage}
0 commit comments