Skip to content

Commit 0af41df

Browse files
committed
chore(readme): remove haptic docs
1 parent 7b3e2d7 commit 0af41df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,15 @@ This package relies on :
6363

6464
- [react-native-reanimated@>=3](https://github.com/software-mansion/react-native-reanimated/)
6565
- [react-native-gesture-handler@>=2](https://github.com/software-mansion/react-native-gesture-handler/)
66-
- [react-native-haptic-feedback@>=2](https://github.com/mkuczera/react-native-haptic-feedback/)
6766

6867
You first need to add them as dependencies:
6968

7069
```bash
71-
npm install react-native-reanimated react-native-gesture-handler react-native-haptic-feedback --save
70+
npm install react-native-reanimated react-native-gesture-handler --save
7271
# or
73-
yarn add react-native-reanimated react-native-gesture-handler react-native-haptic-feedback
72+
yarn add react-native-reanimated react-native-gesture-handler
7473
# or
75-
pnpm add react-native-reanimated react-native-gesture-handler react-native-haptic-feedback
74+
pnpm add react-native-reanimated react-native-gesture-handler
7675
```
7776

7877
Then you must follow their respective installation instructions:

0 commit comments

Comments
 (0)