MobileReality / react-native-select-pro

React Native dropdown (select) component developed by Mobile Reality
https://mobilereality.github.io/react-native-select-pro
MIT License
280 stars 18 forks source link

[BUG] Incorrect options list position #242

Closed marko-mihajlovic closed 1 month ago

marko-mihajlovic commented 2 months ago

Describe the bug I just migrated from expo 49 to 51. But now, it seems like the position of dropdown list is not same on all devices, and is shown over the input. In previous versions it worked. Seems like there was some RN change that causes this issue. You can see commit history where I tried different versions.

To Reproduce

Expected behavior Dropdown list should be shown below input, on all devices.

Screenshots First device:

Second device:

Environment:

marko-mihajlovic commented 2 months ago

It's also incorrect when shown above input:

image

maormeno commented 2 months ago

I am having the exact same problem with expo 48 and react native 0.71.14

dawidgierdal commented 1 month ago

this should help: https://github.com/MobileReality/react-native-select-pro/pull/248

gitsad commented 1 month ago

@marko-mihajlovic new release has been deployed: https://github.com/MobileReality/react-native-select-pro/releases/tag/@mobile-reality/react-native-select-pro@2.2.5

maormeno commented 1 month ago

thank you so much!