From 97a60e9f63bcc61e3d3d5dc77fb5f1706995d8bf Mon Sep 17 00:00:00 2001 From: Dinesh Kuniyal <76137603+Dinesh-Kuniyal@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:19:33 +0530 Subject: [PATCH] Update Picker.tsx Picker close icon is not visible. "ios-close" Icon from @expo/vector-icons is not available in latest version <=14.0.0 --- components/Picker/Picker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Picker/Picker.tsx b/components/Picker/Picker.tsx index da6f20e..b7580ef 100644 --- a/components/Picker/Picker.tsx +++ b/components/Picker/Picker.tsx @@ -176,7 +176,7 @@ const Picker: React.FC = ({ justifyContent: "center", }} > - +