Implementing Haptic Feedback in React Native: Writing a useHaptic() Hook

added by JavaScript Kicks
3/6/2023 12:54:45 PM

788 Views

We will be using expo-haptics. It works on all platforms except on the Web. Installation npx expo install expo-haptics If you are installing a bare React Native App, you need to go through some additional installation steps. You can check it out here.


0 comments