Back to stack guides
native-mobile
Native Mobile UI
Use platform components, navigation, safe-area behavior, dynamic type, accessibility APIs, and native feedback conventions.
Stack guidesContextual
Intent
Keep mobile interfaces familiar, reachable, and resilient across text sizes, input methods, and device geometry.
Checks
- Prefer platform controls and accessibility semantics before custom drawing.
- Test dynamic text, keyboard, safe areas, rotation, and screen-reader order.
- Use native navigation and feedback behavior unless the brand requirement clearly outweighs it.
Warnings
- Web hover and breakpoint assumptions do not map directly to native application layout.
Exceptions
- Games and immersive media may use custom-rendered controls with equivalent accessibility paths.