react-native-modalize
react-native-modalize copied to clipboard
adjustToContentHeight is not working when alwaysOpen value is provided
First of all, thanks for this great work.
Describe the bug: when I use adjustToContentHeight with alwaysOpen and change the children content (the height of view will change), however the modal is not expanded to the new height, hence, adjustToContentHeight is not working when alwaysOpen value is provided.
Reproduce:
- create a modal with alwaysOpen and adjustToContentHeight.
- change a children layout (height)
- observe
Dependencies: react-native-modalize: 2.0.8 expo: 40.0.0 react-native-gesture-handler: 1.8.0 @react-navigation/native: 5.9.4 @react-navigation/stack: 5.14.4
same problem
same problem