You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'd like to say thank you for this amazing work and strong contribution to Modal in the react-native communtiy.
Describe the bug
when I use adjustToContentHeight with alwaysOpen and change the children content (the height of view will change), the modal is not expanded to the new height. so, adjustToContentHeight and onLayout are 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
The text was updated successfully, but these errors were encountered:
First of all, I'd like to say thank you for this amazing work and strong contribution to Modal in the react-native communtiy.
Describe the bug
when I use adjustToContentHeight with alwaysOpen and change the children content (the height of view will change), the modal is not expanded to the new height. so, adjustToContentHeight and onLayout are not working when alwaysOpen value is provided.
Reproduce
Dependencies:
The text was updated successfully, but these errors were encountered: