mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
fix: oops
This commit is contained in:
@@ -25,7 +25,7 @@ export default function TabLayout() {
|
|||||||
tabPress: () => {
|
tabPress: () => {
|
||||||
void Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
|
void Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
|
||||||
switch (route.name) {
|
switch (route.name) {
|
||||||
case "index":
|
case "search":
|
||||||
focusSearchInputRef.current();
|
focusSearchInputRef.current();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user