-
Notifications
You must be signed in to change notification settings - Fork 984
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
[#16111] - toast animation & dismiss #16433
Conversation
{;; TODO: this will enable layout animation at runtime and causing flicker on android | ||
;; we need to resolve this and re-enable layout animation | ||
;; issue at https://github.com/status-im/status-mobile/issues/14752 | ||
;; :entering slide-in-up-animation | ||
;; :exiting slide-out-up-animation | ||
;; :layout reanimated/linear-transition | ||
:style (reanimated/apply-animations-to-style | ||
{:transform [{:translateY translate-y}]} | ||
style/each-toast-container)} | ||
[toast id]]])))) | ||
{:entering animation/slide-in-up-animation | ||
:exiting animation/slide-out-up-animation | ||
:layout animation/linear-transition | ||
:style (reanimated/apply-animations-to-style | ||
{:transform [{:translateY translate-y}]} | ||
style/each-toast-container)} | ||
[toast toast-id]]])))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the toast animations and gesture handler
Jenkins BuildsClick to see older builds (8)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great stuff @ulisesmac !
341f4a2
to
9c481d2
Compare
70% of end-end tests have passed
Failed tests (10)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (23)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
|
50% of end-end tests have passed
Failed tests (1)Click to expandClass TestActivityMultipleDevicePR:
Passed tests (1)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
|
Hi @ulisesmac thank you for PR. No issues from my side. Ready to be merged |
a1a3c64
to
3dc5ce4
Compare
3dc5ce4
to
0125fb0
Compare
fixes #16111
Summary
This PR adds the animation and gesture to show and dismiss animations respectively.
Screencast.from.2023-06-28.19-37-42.webm
Review notes
The code for animation was already created but commented out because they were causing a flickering, please check #14752
Platforms
Steps to test
status: ready