diff options
author | Hailey <me@haileyok.com> | 2024-04-04 21:19:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 21:19:38 -0700 |
commit | 4e59914d2afeba49ea911e19a610a6be56be6845 (patch) | |
tree | facddf3c0df3060d1bd9ff7309e525d87ed91a4f /package.json | |
parent | cddbbc4bd4aba10306cb828bebc46af3727a6fb6 (diff) | |
download | voidsky-4e59914d2afeba49ea911e19a610a6be56be6845.tar.zst |
migrate to 'expo-haptics' (#3418)
* migrate to 'expo-haptics' * run yarn install twice if necessary
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8932360cf..00717cdf0 100644 --- a/package.json +++ b/package.json @@ -113,6 +113,7 @@ "expo-constants": "~15.4.5", "expo-dev-client": "~3.3.8", "expo-device": "~5.9.3", + "expo-haptics": "^12.8.1", "expo-image": "~1.10.6", "expo-image-manipulator": "^11.8.0", "expo-image-picker": "~14.7.1", @@ -159,7 +160,6 @@ "react-native-fs": "^2.20.0", "react-native-gesture-handler": "~2.14.0", "react-native-get-random-values": "~1.11.0", - "react-native-haptic-feedback": "^1.14.0", "react-native-image-crop-picker": "^0.38.1", "react-native-ios-context-menu": "^1.15.3", "react-native-linear-gradient": "^2.6.2", |