There are seven lifecycle methods in React Native: constructor, render, componentDidMount, componentDidUpdate, componentWillUnmount, shouldComponentUpdate, and getDerivedStateFromProps.