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