Oleg Spatacovschi
Results
5
comments of
Oleg Spatacovschi
Same here
``` const { height } = Dimensions.get('window') const [contentHeight, setContentHeight] = useState(0) return ( contentHeight} {...otherProps}> setContentHeight(nativeEvent.layout.height)}> // here goes your scrollable content of modalize ) ```
same here, any solution?
Same problem