[ Documentation ]
rnx compat

rnx compat

rnx compat

Scan a project or specific dependency against the compat registry and summarize where native packages are fully supported, partially shimmed, or still risky.

terminal
rnx compat [package-name]

Options

flagdescription
--jsonemit machine-readable JSON
--briefprint a compact one-line summary
--app <dir>scan a target app directory instead of cwd

Examples

terminal
rnx compat
rnx compat react-native-reanimated
rnx compat --brief

Registry-Backed Compatibility

compat checks dependencies against the compat registry and buckets results into fully supported, partial, auto-stubbed, unsupported, and unknown native packages.

Use compat before blaming the renderer for a boot failure. A lot of bad runs are really unsupported package combinations or missing native seams.