How do you define lifecycle methods in React Native?
Lifecycle methods in React Native are defined in class components. They cannot be used in functional components, but functional components can utilize equivalent functionality with hooks like useEffect.