From 6094d360cc64806c7e2544c51b6a1f5b1ef140f6 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 17 Jan 2026 19:00:51 +0000 Subject: deps(mobile): upgrade to sdk 54 --- apps/mobile/components/ui/SearchInput/SearchInput.ios.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/mobile/components/ui/SearchInput/SearchInput.ios.tsx') diff --git a/apps/mobile/components/ui/SearchInput/SearchInput.ios.tsx b/apps/mobile/components/ui/SearchInput/SearchInput.ios.tsx index 0b1dd76c..1a767675 100644 --- a/apps/mobile/components/ui/SearchInput/SearchInput.ios.tsx +++ b/apps/mobile/components/ui/SearchInput/SearchInput.ios.tsx @@ -1,7 +1,3 @@ -import type { - NativeSyntheticEvent, - TextInputFocusEventData, -} from "react-native"; import * as React from "react"; import { Pressable, TextInput, View, ViewStyle } from "react-native"; import Animated, { @@ -119,7 +115,7 @@ const SearchInput = React.forwardRef< onChangeText(""); } - function onFocus(e: NativeSyntheticEvent) { + function onFocus(e: Parameters>[0]) { setShowCancel(true); onFocusProp?.(e); } -- cgit v1.2.3-70-g09d2