jeremybarbet/react-native-modalize

Modal Size

Sotatek-QuanDo opened this issue · 1 comments

  <Modalize
    ref={ref}
    scrollViewProps={{
      style: styles.scrollView,
      automaticallyAdjustsScrollIndicatorInsets: false,
    }}
    modalStyle={styles.backgroundColor}
    withHandle={false}

  marginTop: '124@ms',
  flex: 1,
  borderTopLeftRadius: '8@ms',
  borderTopRightRadius: '8@ms',
  overflow: 'hidden',

I dont know why, sometime the modal only take 70% of the height that i gave it (. very unsual, i don't know how to reproduce this). Anyone have this isssue?

try to use

modalHeight={windowHeight} for example