-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alwaysOpen not working proper when we used adjustToContentHeight #172
Comments
Hi, You are not missing anything, I just didn't test this case. It might be tricky to handle both cases together, I will try to look at it when I'm done with my list. |
Fixed and release in |
Damn you are flash🤘😅. |
Hello @jeremybarbet My |
Is that not what you were talking about? that adjustToContentHeight wasn't working while being used along with alwaysOpen props? |
its working now..issue with my node_modules or what i don't know but i reinstall the lib and its working now perfectly. Thank you man..Thanks |
Sweet, good to hear! |
@jeremybarbet There is an issue when you add HeaderComponent in this scenario where the action sheet doesn't open at all... |
When |
Hello
First of all thank you for this awesome work.
I am facing one issue when i am using
alwaysOpen
andadjustToContentHeight
together.i passed
alwaysOpen={100}
and setadjustToContentHeight={true}
.so when after page load Modal render with default
adjustToContentHeight
size.it should render with 100 which i passed in
alwaysOpen
please tell me if i am missing something
The text was updated successfully, but these errors were encountered: