Запитання 13
How would you implement a design system in React Native?
Варіанти відповідей
Start with design tokens and theme objects, build primitive components consuming the theme via Context, use TypeScript, document with Storybook, and support accessibility.
Write all components with hardcoded styles for each platform separately.
Use third-party UI kits only and avoid custom design tokens.
Implement only platform-specific design without a cross-platform theme.