sree711.hashnode.devClass Components & Component Lifecycle in React.What is a Component? In React Native, components are the building blocks of the user interface. They are reusable, self-contained pieces of code that define how a part of the user interface should appear and behave. Components can be simple, represen...Dec 27, 2023·3 min read
sree711.hashnode.devOld Vs New ReactNative Architecture-Firstly,moving to new Architecture .Lets have a small Introduction with older React Native architecture. *Native-Bridge Model The older Architecture was mainly based on Four Main Components... 1)Javascript Thread. 2)Native/UI Thread. 3)Layout Thread...Dec 18, 2023·3 min read