react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Fabric versions of RNW contain both Fabric and Paper, and thus have a larger binary size

Open chrisglein opened this issue 2 weeks ago • 0 comments

React Native approximate binary sizes reference (x64 Release Microsoft.ReactNative.dll):

Paper Size Fabric Size
~4 MB ~8 MB

Currently Fabric is the sum of Paper and Fabric, but both are not supported at the same time. We should trim Paper out of the Fabric builds to reduce binary size.

chrisglein avatar Jul 01 '24 18:07 chrisglein