If you look deeply in the source... redux-react-native-i18n use translatr.
Here I'm using react-native-i18n that works with I18n.js, coupled with redux.
It's two different libs for translate... choose wisely... the problem I got with translatr it's that I couldn't use variables.
If you look deeply in the source...
redux-react-native-i18n
use translatr.Here I'm using
react-native-i18n
that works withI18n.js
, coupled withredux
. It's two different libs for translate... choose wisely... the problem I got withtranslatr
it's that I couldn't use variables.