theming + material you

This commit is contained in:
Boof2015
2026-07-06 20:38:42 -04:00
parent e1f99f6d61
commit efd2ebc91a
87 changed files with 1528 additions and 327 deletions
+2 -1
View File
@@ -16,7 +16,7 @@ import Animated, {
useSharedValue,
withTiming
} from 'react-native-reanimated';
import { colors } from '@/theme';
import { useColors } from '@/theme/themed';
import { motion } from '@/theme/motion';
import { commitHaptic, tickHaptic } from '@/lib/haptics';
@@ -59,6 +59,7 @@ export function SwipeableRow({
enabled = true,
children,
}: SwipeableRowProps) {
const colors = useColors();
const tx = useSharedValue(0);
const armed = useSharedValue(false);
const [rowWidth, setRowWidth] = useState(0);