diff --git a/packages/unstyled/actionsheet/src/ActionsheetContent.tsx b/packages/unstyled/actionsheet/src/ActionsheetContent.tsx index dd4e6c022..fcce0860c 100644 --- a/packages/unstyled/actionsheet/src/ActionsheetContent.tsx +++ b/packages/unstyled/actionsheet/src/ActionsheetContent.tsx @@ -16,7 +16,7 @@ import { mergeRefs } from '@gluestack-ui/utils'; import { useDialog } from '@react-native-aria/dialog'; import { usePreventScroll } from '@react-native-aria/overlays'; -const windowHeight = Dimensions.get('window').height; +const windowHeight = Dimensions.get('screen').height; function ActionsheetContent( StyledActionsheetContent: any, AnimatePresence?: any