Fix key
This commit is contained in:
@@ -24,7 +24,7 @@ export default class SelectTabGroup extends Component {
|
|||||||
return (
|
return (
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
onPress={() => this.props.onSelect(value)}
|
onPress={() => this.props.onSelect(value)}
|
||||||
key={value}
|
key={i}
|
||||||
activeOpacity={1}
|
activeOpacity={1}
|
||||||
>
|
>
|
||||||
<View style={styles.radioButtonTextGroup}>
|
<View style={styles.radioButtonTextGroup}>
|
||||||
|
|||||||
Reference in New Issue
Block a user