arabic-rtl-mobile
Installation
SKILL.md
Arabic RTL Mobile
Use this skill for Arabic mobile screens that should feel natively RTL across iOS native, Android native, and React Native.
Supported Stacks
- iOS native: SwiftUI, UIKit
- Android native: Jetpack Compose, Views/XML
- React Native
Core Rule
First determine whether the app or screen is already effectively RTL at the root.
If the root is already RTL, prefer logical direction semantics that belong to the framework:
leadingandtrailingon iOS nativestartandendon Android nativestart,end,marginStart,paddingStart, andI18nManager.isRTLpatterns in React Native