implement new tag api

This commit is contained in:
ammarahm-ed
2020-03-22 12:39:35 +05:00
parent 1d7cff15a0
commit 17060b813f
3 changed files with 9 additions and 8 deletions

View File

@@ -181,7 +181,7 @@ const SimpleList = ({
);
const _listKeyExtractor = (item, index) =>
item.dateCreated.toString() + index.toString();
item.id.toString() + index.toString();
return (
<FlatList