when using like so: -<RNPickerSelect...Icon={() => {return <Ionienter code here
cons ... />;}}/>
============Giving This Error in console and file also. =================
function(): JSX.ElementNo overload matches this call.Overload 1 of 2, '(props: PickerSelectProps | Readonly): Picker', gave the following error.Type '() => JSX.Element' is not assignable to type 'ReactNode'.Overload 2 of 2, '(props: PickerSelectProps, context: any): Picker', gave the following error.Type '() => JSX.Element' is not assignable to type 'ReactNode'.ts(2769)SelectTime.tsx(116, 18): Did you mean to call this expression?