React Native, how to update view after language change
问题 I want to support language change (manually by user). I'm using react-native-i18n for that. I found how to change the displayed language at run time but I didn't find how to update the current view. My Code Environment Environment: Node: 8.9.4 Yarn: 1.3.2 npm: 4.0.5 Expected Behavior When I use I18n.locale ='en'; not in function.. just as it is, the text will be in English and when I use I18n.locale ='he'; the text will be in Hebrew. However I need to change the language at run time. So I