UNPKG

react-native-haptic-feedback

Version:
27 lines (26 loc) 686 B
"use strict"; import RNHapticFeedback from "./hapticFeedback"; import { pattern } from "./utils/pattern"; export { useHaptics } from "./hooks/useHaptics"; export { Patterns } from "./presets"; export * from "./types"; export { pattern }; export { PATTERN_CHARS } from "./utils/pattern"; export { playHaptic } from "./utils/playHaptic"; export { TouchableHaptic } from "./components/TouchableHaptic"; export const { trigger, stop, isSupported, triggerPattern, getSystemHapticStatus, setEnabled, isEnabled, impact } = RNHapticFeedback; /** @platform ios */ export const { playAHAP } = RNHapticFeedback; export default RNHapticFeedback; //# sourceMappingURL=index.js.map