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 23c24b3 commit 1fbcdaeCopy full SHA for 1fbcdae
index.js
@@ -135,7 +135,7 @@ const ScrollableTabView = React.createClass({
135
{...this.props.contentProps}>
136
{this._children().map((child, idx) => {
137
return <View
138
- key={child.props.tabLabel + '_' + idx}
+ key={child.key}
139
style={{width: this.state.containerWidth, }}>
140
{child}
141
</View>;
@@ -159,7 +159,7 @@ const ScrollableTabView = React.createClass({
159
160
161
162
163
164
165
0 commit comments