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
## Description
This PR is a follow-up to software-mansion#2084 that fixes setting incorrect RTL mode in
our example apps.
The reason why it is being forced is that `I18nManager.forceRTL(true)`
is being called from the global scope, which causes to force RTL, even
if we're only importing the component **from file**.
## Changes
- Moved `I18nManager.forceRTL(true);` to inner scope of App components.
## Test code and steps to reproduce
Just run TestsExample & FabricTestExample ¯\_(ツ)_/¯
## Checklist
- [X] Ensured that CI passes
0 commit comments