diff options
| -rw-r--r-- | app/components/Login.js | 6 |
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) { |
