File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
6867You 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
7877Then you must follow their respective installation instructions:
You can’t perform that action at this time.
0 commit comments