Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Oct 18, 2022
2 parents d3045da + 003226b commit 5a3840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(

if (!props.useBottomSafeAreaPadding && props.containerStyle) {
return (
props.containerStyle?.paddingBottom || props.containerStyle.padding
props.containerStyle?.paddingBottom || props.containerStyle.padding || 0
);
}
if (!props.containerStyle && props?.useBottomSafeAreaPadding) {
Expand Down

1 comment on commit 5a3840c

@vercel
Copy link

@vercel vercel bot commented on 5a3840c Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rnas – ./

rnas-ammarahm-ed.vercel.app
rnas.vercel.app
rnas-git-master-ammarahm-ed.vercel.app

Please sign in to comment.