sootsim compat

sootsim 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

sootsim 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

sootsim compat
sootsim compat react-native-reanimated
sootsim 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.

Ready to build?

Run your React Native app in the browser. No simulators, no native toolchain, no waiting.

curl -fsSL https://sootsim.com/install.sh | sh