diff --git a/typings/Picker.d.ts b/typings/Picker.d.ts index 67a1e4b60..0e2175634 100644 --- a/typings/Picker.d.ts +++ b/typings/Picker.d.ts @@ -9,7 +9,7 @@ import type { } from 'react-native'; import { processColor } from 'react-native'; -export type ItemValue = number | string; +export type ItemValue = number | string | object; export interface PickerItemProps { label?: string;