Implement the receiving of events for EventAnimationDriver #2941
Labels
API: Completion
Area: Animation
enhancement
Partner: Facebook
Partner: Stream
(label may be applied by bot based on author)
Milestone
The NativeAnimationModule does not properly receive events when making an EventAnimationDriver.
The Naive solution that is implemented by current and andriod implementations involves quite a bit of use of the bridge as the event is raised by the target competent, and then tunneled back to the native side. We could bypass this exchange, and in some cases remove the need to rely on the UI thread for the event by having shadow nodes declare how to route these events.
Regardless, one of these implementations is needed to complete the NativeAnimationModule.
The text was updated successfully, but these errors were encountered: