From 23d9a614d202ab097b8ea442456369eded4f9fd7 Mon Sep 17 00:00:00 2001 From: keplyx Date: Fri, 1 Nov 2019 06:57:42 +0100 Subject: [PATCH] Fixed warning when 2 items have the same name --- screens/Proximo/ProximoListScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screens/Proximo/ProximoListScreen.js b/screens/Proximo/ProximoListScreen.js index c26b3ca..7c70a1b 100644 --- a/screens/Proximo/ProximoListScreen.js +++ b/screens/Proximo/ProximoListScreen.js @@ -275,7 +275,7 @@ export default class ProximoListScreen extends React.Component { item.name} + keyExtractor={(item) => item.name + item.code} style={{minHeight: 300, width: '100%'}} renderItem={({item}) =>