Skip to content

Picker doesn't open on iOS, expo 54 #719

@JustynaKK

Description

@JustynaKK

Describe the bug

After update from expo sdk 52 to expo sdk 54, RNPickerSelect does not open on ios

To Reproduce

I added simple Picker from example to main file, and after clicking on piccker nothing happens. I have add the console.log to oOpen and it is not called.

Expected behavior

The picket should open after clicking on Picker

Screenshots

n/a

Additional details

  • Device: iPhone 16, physical phone and simulator
  • OS: ioS 18.0
  • react-native-picker-select version: 9.3.1
  • react-native version: 0.8
  • expo sdk version: 54

Reproduction and/or code sample

as an example

 <View style={{ marginTop: 200 }}>
      <RNPickerSelect
        onValueChange={(value) => console.log(value)}
        items={[
          { label: "Football", value: "football" },
          { label: "Baseball", value: "baseball" },
          { label: "Hockey", value: "hockey" },
        ]}
      />
    </View>

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