mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
implement new tag api
This commit is contained in:
@@ -181,7 +181,7 @@ const SimpleList = ({
|
||||
);
|
||||
|
||||
const _listKeyExtractor = (item, index) =>
|
||||
item.dateCreated.toString() + index.toString();
|
||||
item.id.toString() + index.toString();
|
||||
|
||||
return (
|
||||
<FlatList
|
||||
|
||||
Reference in New Issue
Block a user