-
Notifications
You must be signed in to change notification settings - Fork 502
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels