This skill provides specialized guidance for building robust native modules within the Expo ecosystem for iOS and Android. It emphasizes the use of the modern Expo Modules API, Swift, and Kotlin, moving away from legacy React Native bridges. By following patterns for Shared Objects, Marshalling-style APIs, and W3C-inspired interface design, developers can create native extensions that are highly performant, type-safe, and seamlessly integrated with the Expo router and configuration plugins.
주요 기능
01Web-standard API design patterns for native modules
02Expo New Architecture implementation standards
03Config Plugin and Expo Router integration patterns
04Type-safe Marshalling for complex Swift and Kotlin data structures
05JSI-powered Shared Objects for persistent native state
0624 GitHub stars