Skip to content

Commit d06c739

Browse files
authored
Merge pull request #328 from jonxssc/patch-1
fix: Bottom Space Problem on all devices
2 parents caa4264 + 164c386 commit d06c739

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)