mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 02:45:39 -04:00
- 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.
16 lines
255 B
TypeScript
16 lines
255 B
TypeScript
import {
|
|
ImpactFeedbackStyle,
|
|
impactAsync,
|
|
NotificationFeedbackType,
|
|
notificationAsync,
|
|
selectionAsync,
|
|
} from "expo-haptics";
|
|
|
|
export {
|
|
ImpactFeedbackStyle,
|
|
impactAsync,
|
|
NotificationFeedbackType,
|
|
notificationAsync,
|
|
selectionAsync,
|
|
};
|