[RN] Add missing key prop to Android page indicator

pull/2903/head jitsi-meet_3006
zbettenbuk 7 years ago committed by Paweł Domas
parent eaea0e5f49
commit 1eac4c51ca
  1. 1
      react/features/base/react/components/native/PagedList.android.js

@ -123,6 +123,7 @@ class PagedList extends AbstractPagedList {
return page.component
? <TouchableOpacity
disabled = { disabled }
key = { index }
onPress = { this._onIconPress(index) }
style = { styles.pageIndicator } >
<View style = { styles.pageIndicator }>

Loading…
Cancel
Save