chore: adjust haptic feedback

This commit is contained in:
Adrian Castro
2024-02-23 06:46:09 +01:00
parent 2876cfd8e9
commit 271e6be96e
2 changed files with 2 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ export const VideoPlayer = () => {
const updateResizeMode = (newMode: ResizeMode) => {
setResizeMode(newMode);
void Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
void Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
};
const pinchGesture = Gesture.Pinch().onUpdate((e) => {