[ Package conformance ]

UI Components · >=1.0.0

react-native-screen-corner-radius

native-seam: the two pure-JS constants (ScreenCornerRadius, IsScreenRounded) run from the real bundle; only the ScreenCornerRadius NativeModule is ours, and its `cornerRadius` constant returns the live simulated device's measured display corner radius from the same device spec the engine renders the chrome from. this is the package's entire purpose and Peach answers it precisely. faithful complete contract, not a no-op.
100%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (3)
NativeModules.ScreenCornerRadius.cornerRadius (real per-device radiussynchronous constant read at import like upstream); ScreenCornerRadius + IsScreenRounded constants computed by the real package JS off that valueso IsScreenRounded is correct per device
Missing—