Receive the onUserDrivenAnimationEnded event in JS#45383
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
Base commit: c1b4133 |
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
45ab426 to
40a61a4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
40a61a4 to
a368590
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
a368590 to
88245b5
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
88245b5 to
7a301f1
Compare
Summary: Pull Request resolved: facebook#45383 This is the second step required to fix the onTouchMove event in the new architecture. In this change, we are retrieving the list of nodes that are connected by the animation, and we are sending an event to the nodes so that we can trigger the commit. ## Changelog [iOS][Added] - retrieve the tags of the nodes connected by the animation and send them to JS Differential Revision: D59524617
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
7a301f1 to
88f5142
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
88f5142 to
da51436
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
da51436 to
66bed1a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
66bed1a to
588366c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
588366c to
675b9da
Compare
Summary: Pull Request resolved: facebook#45382 This change is the first step to tr and solve the pressability's `onTouchMove` issue with animation driven natively in the New Architecture. The idea is to trigger a special event from native to let JS know that a scroll event has ended (`scrollViewDidEndDragging` or `scrollViewdidEndDecelerating`). When this happens, we need to send an event to JS to let him know that it has to sync the Native Tree with the Shadow Tree. Step 2 is to connect Native with JS ## Changelog: [iOS][Added] - Send onScrollEnded event to NativeTurboAnimatedModule Differential Revision: D59459989 Reviewed By: sammy-SC
Summary: Pull Request resolved: facebook#45383 This is the second step required to fix the onTouchMove event in the new architecture. In this change, we are retrieving the list of nodes that are connected by the animation, and we are sending an event to the nodes so that we can trigger the commit. ## Changelog [iOS][Added] - retrieve the tags of the nodes connected by the animation and send them to JS Differential Revision: D59524617 Reviewed By: sammy-SC
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
675b9da to
52bbb12
Compare
Summary: Pull Request resolved: facebook#45383 This is the second step required to fix the onTouchMove event in the new architecture. In this change, we are retrieving the list of nodes that are connected by the animation, and we are sending an event to the nodes so that we can trigger the commit. ## Changelog [iOS][Added] - retrieve the tags of the nodes connected by the animation and send them to JS Reviewed By: sammy-SC Differential Revision: D59524617
|
This pull request was exported from Phabricator. Differential Revision: D59524617 |
52bbb12 to
6215436
Compare
|
This pull request has been merged in fd748ae. |
Summary:
This is the second step required to fix the onTouchMove event in the new architecture.
In this change, we are retrieving the list of nodes that are connected by the animation, and we are sending an event to the nodes so that we can trigger the commit.
Changelog
[iOS][Added] - retrieve the tags of the nodes connected by the animation and send them to JS
Differential Revision: D59524617