vbea 1 anno fa
parent
commit
09db739db7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,
   propagateSwipe: true,
   useNativeDriver: !isIOS,
   useNativeDriver: !isIOS,
   statusBarTranslucent: true,
   statusBarTranslucent: true,
+  deviceHeight: $height + statusHeight,
   hideModalContentWhileAnimating: true
   hideModalContentWhileAnimating: true
 }
 }