Refactor tag screen to use FlashList
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -8,7 +8,8 @@ const getSortIcon = (
|
||||
|
||||
switch (sort) {
|
||||
case HOME_SORT.TITLE:
|
||||
case TAG_SORT.NAME: {
|
||||
case TAG_SORT.NAME:
|
||||
case TAG_SORT.COLOR: {
|
||||
sortIcon = 'sort-alphabetical';
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user