Skip to content

Commit 164c386

Browse files
authored
fix: Bottom Space Problem on all devices
Fixes the Issue of a sometimes appearing Bottom Space at the ActionSheet
1 parent feb1433 commit 164c386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(
729729

730730
deviceContainerRef.current?.setNativeProps({
731731
style: {
732-
height: Dimensions.get('screen').height - safeMarginFromTop,
732+
height: Dimensions.get('screen').height,
733733
},
734734
});
735735

0 commit comments

Comments
 (0)