@@ -29,7 +29,7 @@ export default BottomModal = ({
statusBarTranslucent={true}
backdropOpacity={backdropOpacity}
style={style}>
- <View style={contentStyle}>
+ <View style={[contentStyle, {paddingBottom: navbarHeight}]}>
{children}
</View>
</Modal>