UNPKG

react-native-haptic-feedback

Version:
15 lines (14 loc) 331 B
declare const ReactNativeHapticFeedback: { trigger( type: | "selection" | "impactLight" | "impactMedium" | "impactHeavy" | "notificationSuccess" | "notificationWarning" | "notificationError", enableVibrateFallback: boolean ): void; }; export default ReactNativeHapticFeedback;