-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Android translate not working #352
Comments
This is strange... never heard about that. Is there any error in the developer console? |
I didn't try with i18next-http-backend, I have no Http API for that though and there's no log on neither console nor logcat about it. But you can easily reproduce it if you have any sample app on react native |
Unfortunately, I'm not able to reproduce it, I've no mobile android environment setup here... |
Can you exclude this type of issues? And you may also want to have a look at: https://docs.locize.com/more/general-questions/why-is-there-such-a-high-download-amount#youve-integrated-the-locize-cdn-directly-in-to-your-mobile-app |
Hi,
if i use useTranslation hook on Android, it's working fine but in class components which I use like i18n.t('xx'), in that case translations are not working, regardless of importing i18n from 'i18next' lib or from configuration class.
Btw, in IOS it's working fine for both cases.
Is there any comment, what could be the issue here ?
The text was updated successfully, but these errors were encountered: