Skip to content

Module Quiz: React and React Native :Introduction to Mobile Development (Meta React Native Specialization) Answers 2025

1. Benefits of using React Native (Select all that apply)

✔️ Large developer community
✔️ Fast refresh
✔️ Code reusability
❌ Free Deployment on App Store


2. React Native is an extension of ReactJS library.

✔️ True
❌ False


3. Copy of dynamic content is stored in a:

✔️ Cache
❌ DOM
❌ Cloud


4. React was designed by Facebook to:

✔️ build a dynamic and high performant web app
❌ build a lite version
❌ develop a back-end architecture


5. Main approach for serving code/resources in SPA:

✔️ Bundling
❌ Packets
❌ Code Boxing


6. React is a ____________

✔️ Library
❌ Framework


7. Components allow code reuse.

✔️ True
❌ False


8. A React app is made of a Component:

✔️ Hierarchy
❌ Library
❌ Root
❌ Branch


📘 Summary Table

Q.No Correct Answer
1 Large dev community, Fast refresh, Code reusability
2 True
3 Cache
4 Dynamic & high performant web app
5 Bundling
6 Library
7 True
8 Hierarchy