Modal Size
Sotatek-QuanDo opened this issue · 1 comments
Sotatek-QuanDo commented
<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?
alainib commented
try to use
modalHeight={windowHeight} for example