mirror of
https://github.com/status-im/metro.git
synced 2025-01-09 18:45:41 +00:00
ef9b4b0f0f
Reviewed By: jeanlauliac Differential Revision: D6396202 fbshipit-source-id: 9bfa3f88fdd747732566a95ded204f8f5206b350
224 B
224 B
id | title |
---|---|
configuration | Configuring Metro |
Metro's configuration can be defined in the package.json
file of your project,
or through a metro.config.js
file or through the --config <path/to/js>
option.
TODO