Which of the following describes React Native?
- A hybrid mobile app development framework.
- A native mobile app development platform.
- A popular JavaScript framework for web apps.
- A programming language for server-side scripting.
React Native is a hybrid mobile app development framework. It allows developers to build mobile applications for multiple platforms (e.g., iOS and Android) using a single codebase in JavaScript and React. While React Native uses native components, it is distinct from native development platforms.
Loading...
Related Quiz
- What is the proper way to access Redux store?
- How would you provide multiple contexts to a single component?
- How can you ensure that the latest version of your PWA is always served to the user, even if they have older cached assets?
- What is Formik?
- How can you use TypeScript to ensure a functional component always receives a specific prop?