Files
sofa/apps/native/src/utils/haptics.ts
T
jake c037a64028 feat(native): add HeroBanner and OfflineBanner components with haptic feedback
- Introduced HeroBanner component for displaying movie or TV show details with animated press effects and navigation.
- Added OfflineBanner component to notify users of network connectivity issues, utilizing glass effect when available.
- Implemented haptic feedback utilities for Android to enhance user interactions.
2026-03-13 17:43:46 -04:00

16 lines
255 B
TypeScript

import {
ImpactFeedbackStyle,
impactAsync,
NotificationFeedbackType,
notificationAsync,
selectionAsync,
} from "expo-haptics";
export {
ImpactFeedbackStyle,
impactAsync,
NotificationFeedbackType,
notificationAsync,
selectionAsync,
};