Open fgarciajulia opened 1 week ago
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:
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: