Local component state in React Native refers to the state managed by the component itself. It is used to store data that is specific to a particular component and does not need to be shared with other components.