-
Notifications
You must be signed in to change notification settings - Fork 254
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
Add support for bottom position #234
Comments
Yes. I want that too. |
A |
I just tried this, you actually need to set startDelta={useWindowDimensions().height}
endDelta={useWindowDimensions().height - height} // height is the height of the alert Since Going to work on this (should be pretty straightforward) and will update here. |
Are there any updates to this? |
I have simplified to a single animation flow from the top in latest release. That being said, I am open to support the inverse. I will take a look at the feasibility soon. |
Update: implemented in PR #302 |
Completed in v5.1.0 |
Hi all! I'm thinking about adding support for a
position
prop with optionstop
orbottom
. This would allow users to specify whether they want the notification to drop down from the top or pop up from the bottom. Similar to the functionality in this repo.Please lmk what you think before I invest the time in building it out. Thanks.
The text was updated successfully, but these errors were encountered: