We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03572ac commit 49324a0Copy full SHA for 49324a0
src/components/Menu/Menu.tsx
@@ -325,7 +325,7 @@ class Menu extends React.Component<Props, State> {
325
duration: ANIMATION_DURATION * animation.scale,
326
easing: EASING,
327
useNativeDriver: true,
328
- }).start(finished => {
+ }).start(({ finished }) => {
329
if (finished) {
330
this.setState({ menuLayout: { width: 0, height: 0 }, rendered: false });
331
this.state.scaleAnimation.setValue({ x: 0, y: 0 });
0 commit comments