How do you define local component state in React Native?
You define local component state in React Native by using the useState hook provided by React. This hook allows you to declare state variables and manage their values within functional components.