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
Add RTL-aware navigation and styling throughout the app:
- Create RTL utility (utils/rtl.ts) with direction helpers
- Convert spatial navigation direction checks to use RTL-aware
helpers instead of hardcoded 'left'/'right'
- Replace directional styles (marginLeft/Right, paddingLeft,
left/right positioning) with logical equivalents (start/end,
marginStart/End, paddingStart)
- Set drawer position based on I18nManager.isRTL
- Handle SeekBar thumb positioning for RTL
Closes#41
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments