问题 In RN my bilingual app (English - Arabic), I have used I18nManager (views) and I18n (for translations) When I am changing app language to Arabic, the whole app gets reloaded again from the splash-screen using this code: I18nManager.forceRTL(true) Ideally, it should not restart the app from start and it should continue with the current screen with Arabic data. Currently, it is not happening, only translation elements are getting converted using I18n.t('keyword') but for views Arabic alignment,