Skip to content

Android - Prop: selectedItem, WheelPicker on Modal not selected item at given index when open Modal.  #163

Description

@bhuvnesh93

In Android, When we use WheelPicker on a Modal, on open Modal its not selected automatically given index after react native upgrade 0.65.

<WheelPicker
selectedItem={props.selectedIndex}
data={props.data}
onItemSelected={(index) => props.onSelectedIndex(index)}
/>

npm - "react-native-wheel-picker-android": "^2.0.6",

Any solution? TIA.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions