add syncing

This commit is contained in:
ammarahm-ed
2020-09-08 14:36:25 +05:00
parent c96dd5cc2b
commit fa7273ac2c
2 changed files with 54 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ export const MenuListItem = ({item, index, noTextMode, ignore}) => {
return (
<TouchableOpacity
key={item.name}
key={item.name + index}
activeOpacity={opacity / 2}
onPress={_onPress}
style={{