You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone. I'm trying to implement a simple use case with react navigation.
I've set the default locale to "pt-BR", and in the first screen it works great. But after navigate to the second screen, the translation falls back to "en". In the navigation header it still keep the "pt-BR" though.
How can I pass the selected locale to other screens?
Here is my code: https://github.com/marceloHashzen/i18n
Thanks!
The text was updated successfully, but these errors were encountered:
Hello everyone. I'm trying to implement a simple use case with react navigation.
I've set the default locale to "pt-BR", and in the first screen it works great. But after navigate to the second screen, the translation falls back to "en". In the navigation header it still keep the "pt-BR" though.
How can I pass the selected locale to other screens?
Here is my code:
https://github.com/marceloHashzen/i18n
Thanks!
The text was updated successfully, but these errors were encountered: