pulsar-haptics-react-native

Integrate haptic feedback into React Native apps with preset and custom patterns.

422|13|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/software-mansion/pulsar --skill pulsar-haptics-react-native
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pulsar-haptics-react-native
Source: https://github.com/software-mansion/pulsar/tree/main/skills/references/react-native
Command: npx skills add https://github.com/software-mansion/pulsar --skill pulsar-haptics-react-native

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react-native, react-native-worklets, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for expressive haptic feedback in React Native apps, providing a simple way to add touch sensation to enhance user interaction.

Core Features & Use Cases

  • Haptic Presets: Offers a library of built-in haptic patterns and system feedback styles.
  • Pattern Composer: Enables the creation of custom haptic patterns using discrete events and envelopes.
  • Real-time Composer: Allows for live haptic control during user gestures.
  • Cross-platform: Consistent API support across multiple platforms, including iOS, Android, and React Native.
  • Worklet Compatibility: Ensures safe haptic calls within gesture handlers and Reanimated worklets.
  • Use Case: For developers looking to add touch feedback for button presses, swipes, or other gestures in their React Native applications.

Quick Start

Install the Pulsar package and import the Presets module to use haptic feedback in your React Native app.

Frequently Asked Questions about pulsar-haptics-react-native

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

FAQPage Schema
How do I add custom haptic feedback to React Native gestures?

To add custom haptic feedback to React Native gestures, use a pattern composer to create custom haptic experiences with discrete events and envelopes. This allows expressive touch sensations during user interactions like swipes.

What is haptic pattern composition in mobile app development?

Haptic pattern composition is the creation of custom touch feedback using discrete events and envelopes. It enables developers to build expressive haptic experiences beyond standard system presets for richer user interaction.

Does this haptic feedback library work with React Native Reanimated worklets?

Yes, this haptic feedback library ensures worklet compatibility, allowing safe haptic calls within gesture handlers and Reanimated worklets. It requires React Native and related worklet support to function correctly.

Can I trigger real-time haptic feedback during user gestures in React Native?

Yes, you can trigger real-time haptic feedback during user gestures in React Native using a real-time composer. This enables live haptic control directly within your gesture-based feedback systems.

What do I need to use a pattern composer for haptic feedback in React Native?

To use a pattern composer for haptic feedback in React Native, you need the React Native environment and related worklet support. You install the Pulsar package and import the Presets module to begin integration.