Showing strings ID for Localization before retrieving values and rendering correct strings

When using Expo Localization it’s a problem, that while screen is rendering first user sees strings ‘i18n.t(’…') instead of real values. Then (in a second) when rendering is completed, everything becomes ok. Is it possible not to show anything before real values will be retrieved and rendered?

I don’t attach any code, because it’s reproducible with sample from Localization - Expo Documentation.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.