II.
LibraryProcess overview
Reference · livelib-process:mobile-development--cross-platform-ui-library
specializations/mobile-development/cross-platform-ui-library overview
Cross-Platform UI Component Library Creation - Build a shared, platform-aware UI component library for consistent cross-platform design with accessibility support and comprehensive documentation.
Attributes
displayName
specializations/mobile-development/cross-platform-ui-library
description
Cross-Platform UI Component Library Creation - Build a shared, platform-aware UI component library
for consistent cross-platform design with accessibility support and comprehensive documentation.
libraryPath
library/specializations/mobile-development/cross-platform-ui-library.js
specialization
mobile-development
references
- - React Native Paper: https://callstack.github.io/react-native-paper/
- - Flutter Material/Cupertino: https://flutter.dev/docs/development/ui/widgets
- - Design Systems: https://www.designsystems.com/
- - WCAG Guidelines: https://www.w3.org/WAI/standards-guidelines/wcag/
example
const result = await orchestrate('specializations/mobile-development/cross-platform-ui-library', {
libraryName: 'MyUIKit',
designSystem: { colors: {}, typography: {}, spacing: {} },
platforms: ['ios', 'android'],
componentRequirements: ['Button', 'Input', 'Card', 'Modal'],
accessibilityLevel: 'WCAG-AA'
});
usesAgents
- design-tokens
- react-native-dev
- accessibility-testing
- mobile-testing
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow3
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
- workflow:cross-platform-testing·WorkflowCross-Platform Testing
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area3
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:web-development--accessibility-testing·LibraryAgentaccessibility-testing
Incoming edges
None.