Fade animation on modal

This commit is contained in:
Diego Mello 2020-04-24 09:00:54 -03:00
parent fc9d75f78c
commit cdc30b176d
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ const ScreenLockedView = ({ theme }) => {
isVisible={visible}
hideModalContentWhileAnimating
style={{ margin: 0 }}
animationIn='fadeIn'
animationOut='fadeOut'
>
<View style={[styles.container, { backgroundColor: themes[theme].auxiliaryBackground }]}>
<PasscodeEnter theme={theme} type={TYPE.ENTER} finishProcess={onSubmit} />