update sorting

This commit is contained in:
Ana
2025-07-30 00:14:28 -07:00
committed by Austin McKinley
parent 905f59bbc1
commit 2cd9733572
4 changed files with 25 additions and 24 deletions
+4 -3
View File
@@ -4,14 +4,15 @@
import {useEffect, useState} from 'react'
import {Pressable, StyleSheet, Text, View} from 'react-native'
import {atoms as a, useTheme} from '#/alf'
import {
type ToastType,
TOAST_TYPE_TO_ICON,
getToastTypeStyles,
getToastWebAnimationStyles,
TOAST_TYPE_TO_ICON,
TOAST_WEB_KEYFRAMES,
type ToastType,
} from '#/view/com/util/Toast.style'
import {atoms as a, useTheme} from '#/alf'
const DURATION = 3500