Saifabeginner.hashnode.dev·Oct 13, 2024React Native Architecture: A Deep DiveI. Introduction Brief Overview of React Native React Native, first released by Facebook in 2015, has revolutionized mobile app development by allowing developers to build native mobile applications using JavaScript and React. This open-source framewo...React Native
Gayathri Perumalgayathri.hashnode.dev·May 22, 2024React Native 0.74, Enable Bridgeless New ArchitectureOverview New version 0.74 introduces significant updates and enhancements, most notably the integration of Yoga 3.0, bridgeless architecture, and batched onLayout updates. Additionally, it increases the minimum supported Android SDK to version 23 and...30 readsReact Nativereact native bridgeless
Aksharmeet Singhaksharmeet.hashnode.dev·May 6, 2023React Native ArchitectureIn this blog, we'll take a closer look at React Native's inner workings, which enables us to develop native applications for multiple platforms using a single codebase. React Native is continuously evolving, with improvements resulting in a better de...1 like·137 readsReact Native