React Native is a framework for building native mobile applications using JavaScript and the React framework. It allows you to use the same codebase for building applications for different mobile platforms, such as iOS and Android.
If a developer wants to use “Typescript” he/she should use new architecture.
In recent years, React Native has introduced a new architecture called “React Native Fabric”, which aims to improve performance, reduce the size of the application, and make the development process more efficient.
The main features of the new architecture include:
- A new runtime called Fabric, which is designed to be faster and more memory-efficient than the previous runtime.
- A new set of components called “TurboModules”, which allow developers to write code that is optimized for performance and can be easily shared across different platforms.
- A new way of managing the application state called “Async Rendering”, which allows the application to update the UI asynchronously and improve the overall performance of the app.
- From .69 on wards bundled version of Hermes is used.
Overall, the new architecture is designed to make it easier for developers to build high-performance, cross-platform mobile applications with React Native.

Which React version with which React native version?
# | React Native .67 | React Native .68 | React Native .69 | React Native .69 |
React 17 | YES | YES | NO | NO |
React 18 with Concurrent features | NO | NO | NO | YES |
React 18 without Concurrent features | NO | NO | YES | NO |
Check latest documentation for current version and compatibilities and functionalities. @https://reactnative.dev/docs/components-and-apis
Sponsored: Check free web hosting available for life.
Also configure these values for new Architecture to be loaded:
1. For Android app, open android/gradle.properties and add newArchEnabled=true
2. For IOS app this is by default set for new architecture. Still new architecture loading can be forced with below command:$ RCT_NEW_ARCH_ENABLED=1 pod install
Host your web apps on free web hosting provider.