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.
package.json
metro.config.js
--config <path/to/js>
TODO