JJSLIoT
JJSLIoT
Can confirm, suggestions provided by @thaynarbo do work! I was facing the exact issue on Landscape mode with Statusbar = hidden on iOS.
This issue is not tablet specific, the expanded dropdown container position does not respect the position of the dropdown input field while in landscape mode on a phone(not a tablet).
I made a patch file `react-native-element-dropdown+2.8.0.patch` to fix this issue: ```patch diff --git a/node_modules/react-native-element-dropdown/lib/typescript/components/Dropdown/model.d.ts b/node_modules/react-native-element-dropdown/lib/typescript/components/Dropdown/model.d.ts index 785b399..0a51b53 100644 --- a/node_modules/react-native-element-dropdown/lib/typescript/components/Dropdown/model.d.ts +++ b/node_modules/react-native-element-dropdown/lib/typescript/components/Dropdown/model.d.ts @@ -47,4 +47,5 @@ export type DropdownProps =...