27.
What is React Native?
A JavaScript framework for building native mobile apps.
A programming language used to create web applications.
A database management system.
A design tool for creating user interfaces.
Correct: A
React Native is a JavaScript framework that allows developers to build native mobile apps using JavaScript and React. With React Native, developers can write code once and deploy it across multiple platforms, such as iOS and Android, without sacrificing performance or user experience.