What are the different phases of the component lifecycle in React Native?
The component lifecycle in React Native consists of four phases: initialization, mounting, updating, and unmounting. Each phase corresponds to a different stage in the component's lifespan and allows you to perform specific actions at those points.