We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dropdown doesn't respect safe areas. I put a workaround passing the extra space by containerStyle.
containerStyle
const { bottom: marginBottom } = useSafeAreaInsets(); containerStyle={{ marginBottom }}
const { bottom: marginBottom } = useSafeAreaInsets();
containerStyle={{ marginBottom }}
and now it's like this: