chore: add new features
This commit is contained in:
@@ -51,7 +51,6 @@ export default function AlertsScreen() {
|
|||||||
loadData();
|
loadData();
|
||||||
}, [loadData]);
|
}, [loadData]);
|
||||||
|
|
||||||
// Pulse animation when modal is open
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!showConfirmModal) return;
|
if (!showConfirmModal) return;
|
||||||
const anim = Animated.loop(
|
const anim = Animated.loop(
|
||||||
|
|||||||
Reference in New Issue
Block a user