Component - Why state and props drive component behavior
This React Native component shows how state and props control what the user sees and how the app behaves.
State is like the component's own memory that can change over time. Props are like instructions from the parent component. Together, they decide what the component shows and how it reacts to user actions.