mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:53:25 +00:00
chore: adjust haptic feedback
This commit is contained in:
@@ -22,9 +22,7 @@ export default function TabLayout() {
|
||||
}}
|
||||
screenListeners={({ route }) => ({
|
||||
tabPress: () => {
|
||||
void Haptics.notificationAsync(
|
||||
Haptics.NotificationFeedbackType.Success,
|
||||
);
|
||||
void Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
|
||||
switch (route.name) {
|
||||
case "search":
|
||||
focusSearchInputRef.current();
|
||||
|
Reference in New Issue
Block a user