[RN] Add missing key prop to Android page indicator
This commit is contained in:
parent
eaea0e5f49
commit
1eac4c51ca
|
@ -123,6 +123,7 @@ class PagedList extends AbstractPagedList {
|
||||||
return page.component
|
return page.component
|
||||||
? <TouchableOpacity
|
? <TouchableOpacity
|
||||||
disabled = { disabled }
|
disabled = { disabled }
|
||||||
|
key = { index }
|
||||||
onPress = { this._onIconPress(index) }
|
onPress = { this._onIconPress(index) }
|
||||||
style = { styles.pageIndicator } >
|
style = { styles.pageIndicator } >
|
||||||
<View style = { styles.pageIndicator }>
|
<View style = { styles.pageIndicator }>
|
||||||
|
|
Loading…
Reference in New Issue