That work's for me in react native
Change that:
.email(i18n.t('login.emailSpellError'))
For that:
.email(() => i18n.t('login.emailSpellError'))