diff --git a/src/screens/Login/index.tsx b/src/screens/Login/index.tsx index 0328f87839..e032d41891 100644 --- a/src/screens/Login/index.tsx +++ b/src/screens/Login/index.tsx @@ -17,6 +17,7 @@ import {SetNewPasswordForm} from '#/screens/Login/SetNewPasswordForm' import {PasswordUpdatedForm} from '#/screens/Login/PasswordUpdatedForm' import {LoginForm} from '#/screens/Login/LoginForm' import {ScreenTransition} from './ScreenTransition' +import {LayoutAnimationConfig} from 'react-native-reanimated' enum Forms { Login, @@ -164,7 +165,9 @@ export const Login = ({onPressBack}: {onPressBack: () => void}) => { return ( - {content} + + {content} + )