Problem Statement
What is the primary purpose of props in React Native?
Explanation
Props are short for properties. They are read-only values passed from parent components to children. Props make components reusable and configurable without changing their internal logic.
Practice Sets
This question appears in the following practice sets: