Results 5 comments of Oleg Spatacovschi

``` const { height } = Dimensions.get('window') const [contentHeight, setContentHeight] = useState(0) return ( contentHeight} {...otherProps}> setContentHeight(nativeEvent.layout.height)}> // here goes your scrollable content of modalize ) ```