vbea 1 год назад
Родитель
Сommit
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
 }