sootsim setup-repo

set up sootsim in your project

sootsim setup-repo

Detect the target app, add the right dependency, update the bundler config, and install a predictable dev script for new projects or monorepos.

terminal

sootsim setup-repo [options]

Options

flagdescription
--app <dir>project directory to set up (default: current directory)
-y, --yesskip confirmations and apply the plan immediately
--dry-runshow the planned edits without changing files

Examples

terminal

sootsim setup-repo
sootsim setup-repo --app ./apps/mobile
sootsim setup-repo --yes
sootsim setup-repo --dry-run

Ready to build?

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

npm i -g sootsim