Open in app
Home
Notifications
Lists
Stories

Write
Nushwa Javed
Nushwa Javed

Home

Dec 21, 2021

Component Life Cycle in React Native

https://reactjs.org/docs/react-component.html Click here to read the documentation. There are 3 types of Lifecycle methods available in React Native. Mounting methods constructor() getDerivedStateFromProps() render() componentDidMount() 2. Updating methods shouldComponentUpdate() componentWillUpdate() componentDidUpdate() 3. Unmounting methods componentWillUnmount() Mounting Mounting is an instance of a component is being created and inserted into the DOM.

Component Lifecycle

1 min read


Oct 17, 2021

How to add Tab Navigation in React Native

Tab Navigation component for React Native: https://reactnavigation.org/docs/tab-based-navigation You can jump from one screen to another screen using various methods. One of them is using Tab Navigation in which it’s up to the developer how many tabs they want to implement. The tab will take you to that specific screen. The…

Tab Navigation

2 min read

How to add Tab Navigation in React Native
How to add Tab Navigation in React Native
Nushwa Javed

Nushwa Javed

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable