metro/docs/Configuration.md

11 lines
224 B
Markdown

---
id: configuration
title: 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*