0 votes
in ReactJS by
Component Life cycle in React Native

1 Answer

0 votes
by
Component Life cycle
Component Life cycle

Component lifecycle begins by mounting React components.For rendering process, react native uses the concept of Bridge. Once it is mounted, then it is ready to recieve Props/State change. Now based upon the compute difference, it re-renders the react component. In the end, unmounting is done, when it is no longer used.

Related questions

+1 vote
asked Jan 10, 2021 in ReactJS by rajeshsharma
0 votes
asked May 21, 2020 in ReactJS by GeorgeBell
...