[BUG] Incorrect options list position
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
- Launch basic example on Android.
- Minimal reproducible code: rn-select-pro-issue
Expected behavior Dropdown list should be shown below input, on all devices.
Screenshots
First device:
Second device:
Environment:
- OS: Android
- React Native Version: 0.74.3
It's also incorrect when shown above input:
I am having the exact same problem with expo 48 and react native 0.71.14
this should help: https://github.com/MobileReality/react-native-select-pro/pull/248
@marko-mihajlovic new release has been deployed: https://github.com/MobileReality/react-native-select-pro/releases/tag/@mobile-reality/[email protected]
thank you so much!