ericvicenti/navigation-rfc

Switch NavigationCard Card to use Animated.Event

Open

#38 opened on Feb 3, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (44 forks)github user discovery
help wanted

Repository metrics

Stars
 (440 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I haven't adopted Animated.Event yet in NavigationCard, and I would love some help switching over to it instead of providing JS handlers to the touch responder events.

This will allow our gestures to be optimized in the future when Animated animations are eventually moved to the main thread.

Contributor guide