hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
1.01k stars 173 forks source link

Dropdown don't respet safe area #313

Open fgarciajulia opened 1 week ago

fgarciajulia commented 1 week ago

Dropdown doesn't respect safe areas. image I put a workaround passing the extra space by containerStyle.

const { bottom: marginBottom } = useSafeAreaInsets(); containerStyle={{ marginBottom }}

and now it's like this: image