haptics

Applies consistent haptic feedback patterns to React Native interactions.

28|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/bidah/react-native-hifi --skill haptics-bidah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: haptics
Source: https://github.com/bidah/react-native-hifi/tree/main/skills/software-mansion-best-practices/haptics
Command: npx skills add https://github.com/bidah/react-native-hifi --skill haptics-bidah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies Software Mansion's haptic guidelines so developers can quickly know when and how to add tactile responses in React Native apps without relying on guesswork or inconsistent vibration cues.

Core Features & Use Cases

  • Interaction Guidance: Maps button presses, selection changes, and success/error outcomes to the appropriate Impact and Notification feedback constructors.
  • Pattern Catalog: Documents the right combination of haptic events, durations, and delays for each user action so you can reuse polished behaviors across screens.
  • Use Case: When adding tactile confirmation for a form submission, follow the prescribed haptic sequence to reinforce success while keeping vibration subtle and consistent.

Quick Start

Ask the agent to apply haptic feedback patterns for button presses in your new React Native screen.

Frequently Asked Questions about haptics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add haptic feedback to React Native button presses?

Adding haptic feedback to React Native button presses involves mapping user interactions to specific Impact and Notification feedback constructors to ensure consistent tactile responses without manual signal tuning.

What's the best way to implement vibration patterns for mobile UI success and error signals?

Implementing vibration patterns for success and error signals requires using a pattern catalog that documents the right combination of haptic events, durations, and delays to reinforce outcomes subtly and consistently.

When do I need tactile feedback in a React Native application?

Tactile feedback is needed for React Native interactions like button presses, selection changes, and form submissions to provide physical confirmation and reinforce user actions across mobile UI flows.

Can I reuse custom vibration patterns across different React Native screens?

You can reuse custom vibration patterns across React Native screens by referencing a documented catalog of haptic events, durations, and delays that prescribe polished behaviors for common user actions.

Why does my React Native haptic feedback feel inconsistent?

Inconsistent React Native haptic feedback often results from relying on guesswork or manual vibration cue tuning, which can be resolved by following standardized production best practices for tactile responses.