
React native life cycle after React 16.3
React native life cycle before React 16.3
What are the lifecycle methods of React?
React 16.3+
getDerivedStateFromProps: Invoked right before calling render() and is invoked on every render. This exists for rare use...