Problem Statement
What is Fabric in React Native’s new architecture?
Explanation
Fabric is React Native’s new rendering layer that replaces the old UIManager.
It makes rendering faster and more consistent by synchronizing React Fiber and native UI updates directly through JSI.
Practice Sets
This question appears in the following practice sets: