Skip to content

Warning: Failed prop type: Invalid prop items of type object supplied to RNPickerSelect, expected an array. #425

Open
@Mersall

Description

@Mersall

`
<RNPickerSelect
Icon={() => }
placeholder={{
label: "education",
value: "",
}}
value={values.education}
onValueChange={handleChange("education")}
items={[
{ label: "single", value: "single" },
{ label: "married", value: "married" },
{ label: "widowed", value: "widowed" },
{ label: "divorced", value: "divorced" },
]}
/>

`
how can solve this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions