(lng: string)
| 27 | const {t, i18n} = useTranslation(); |
| 28 | |
| 29 | const changeLanguage = (lng: string) => { |
| 30 | i18n.changeLanguage(lng); |
| 31 | }; |
| 32 | |
| 33 | return ( |
| 34 | <View style={{flex: 1, justifyContent: 'center', alignItems: 'center'}}> |
no test coverage detected