Запитання 8
What are the ways to handle platform-specific code in React Native?
Варіанти відповідей
Using Platform.OS conditionals, Platform.select() method, or separate files with .ios.js and .android.js extensions.
Using media queries in CSS files.
Replacing the entire codebase for each platform manually.
Writing native code only without React Native abstractions.