Dropdown doesn't respect safe areas.  I put a workaround passing the extra space by `containerStyle`. `const { bottom: marginBottom } = useSafeAreaInsets();` `containerStyle={{ marginBottom }}` and now it's like this: 