summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/components/Login.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/components/Login.js b/app/components/Login.js
index 333d98f520..b99fbdfc23 100644
--- a/app/components/Login.js
+++ b/app/components/Login.js
@@ -42,9 +42,9 @@ export default class Login extends Component<LoginPropTypes, State> {
footerHeight: 0,
animatedFooterValue: Animated.createValue(0),
animatedDropdownValue: Animated.createValue(0),
- animation: Animated.CompositeAnimation,
- footerAnimationStyle: Animated.Style,
- dropdownAnimationStyle: Animated.Style,
+ animation: null,
+ footerAnimationStyle: null,
+ dropdownAnimationStyle: null,
};
constructor(props: LoginPropTypes) {