'React Native reload components after language change

How can I reload all components in the page because I need to navigate to another page and back to the same page to see everything updated , I tried to use react-native-restart but it didnt work. I need it to work on all platforms thanks for all :)



Solution 1:[1]

I'm not exactly sure what you mean by reloading components after language change. I guess you want multiple language support in your application. If yes, then you could use react-i18next library.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 itzhayder