vbea 1 년 전
부모
커밋
09db739db7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Strides-APP/app/components/BottomModal.js

+ 1 - 0
Strides-APP/app/components/BottomModal.js

@@ -9,6 +9,7 @@ export const ModalProps = {
   propagateSwipe: true,
   useNativeDriver: !isIOS,
   statusBarTranslucent: true,
+  deviceHeight: $height + statusHeight,
   hideModalContentWhileAnimating: true
 }