react-native-modalize icon indicating copy to clipboard operation
react-native-modalize copied to clipboard

Modal Size

Open Sotatek-QuanDo opened this issue 1 year ago • 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?

Sotatek-QuanDo avatar Apr 16 '24 14:04 Sotatek-QuanDo

try to use

modalHeight={windowHeight} for example

alainib avatar Jun 17 '24 16:06 alainib