Час: 0:00
Питання 1 з 10
10%
Запитання 1
How does React Native achieve native-like performance?
Варіанти відповідей
By mapping React Native components directly to native UI components and using multiple threads for UI, JavaScript, and layout work
By running all code in a single thread and using HTML rendering inside the app
By compiling JavaScript directly into native binary code before execution
By only using web views to render the user interface