Запитання 18
What must you do to support RTL (Right-to-Left) languages such as Arabic or Hebrew in React Native?
Варіанти відповідей
Enable RTL via I18nManager, update styles to use flexDirection 'row-reverse' or start/end, use internationalization libraries, and ensure component flip options are respected
Ignore text direction and rely solely on left-to-right layouts
Manually flip screens without changing style properties
Use inline styles only without enabling RTL globally