Metro Plugin
sootsim/metro exports withSootsim(), an optional Metro integration for
Expo, bare React Native, and other Metro-based apps.
It serves the SootSim shell at /__soot on the same Metro dev server you
already run. It does not require app code changes or a second build target.
Usage
Options
Notes
- use this when you want
http://localhost:<port>/__soot/to exist whenever the normal Metro dev server is up - if you do not want a plugin at all, you can still run
sootsim open <port>against the same app