Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

fix: interaction manager in stack #237

Merged
merged 2 commits into from
Jan 3, 2020
Merged

Conversation

osdnk
Copy link
Member

@osdnk osdnk commented Jan 3, 2020

No description provided.

@@ -159,12 +159,15 @@ export default class Card extends React.Component<Props> {
spec.animation === 'spring' ? Animated.spring : Animated.timing;

onTransitionStart?.({ closing: Boolean(closing) });
this.handleStartInteraction();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small thing: can we set it before onTransitionStart? so user can still rely on it in transitionStart event

@codecov-io
Copy link

Codecov Report

Merging #237 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   93.73%   93.73%           
=======================================
  Files          37       37           
  Lines         830      830           
  Branches      203      208    +5     
=======================================
  Hits          778      778           
  Misses         43       43           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c5f840...2ea4d4b. Read the comment docs.

@osdnk osdnk merged commit 6b9b999 into master Jan 3, 2020
@osdnk osdnk deleted the @osdnk/fix-stack-interaction-handle branch January 3, 2020 14:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants