[ Package conformance ]

UI Components · >=0.1.0

@domir/react-native-measure-text

native-seam only: the published wrapper runs unchanged over a ReactNativeMeasureText expo module whose synchronous measureWidth uses the same text measurement the layout engine uses, so a measured width matches what renders
90%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (7)
synchronous measureWidth(textstyle) honouring fontFamilyfontSizefontWeightand letterSpacing; the older RNMeasureText TurboModule measure(textsfontSizewidth) with upstream’s invalid_width/invalid_texts/invalid_fontSize rejections
Missing (2)
allowFontScaling is accepted but has no OS text-size setting to scale byand the legacy TurboModule multi-line heights come from a character-width approximation rather than real line breaking