Expo @expo/ui SwiftUI Best Practices Library reference for and — the iOS surface of Expo's native UI bridge. Contains 53 rules across 8 categories, prioritised by cascade impact for agents building Expo apps that render to native SwiftUI views on iOS 26 and earlier. When to Apply Reference these guidelines when: - Building a new screen with — pick the right container (Form vs List vs ScrollView), wrap in Host correctly, apply modifiers - Migrating from React Native primitives (View, Text, TouchableOpacity) to native SwiftUI components - Targeting iOS 26 features — Liquid Glass material, Glass…