Запитання 7
What is the purpose of StyleSheet.create() in React Native?
Варіанти відповідей
It validates style objects at creation time, provides type checking, and improves development experience.
It converts CSS files into JavaScript objects.
It compiles styles into platform-specific binary code.
It automatically applies themes based on device settings.