diff options
| author | jdlugosz963 <jdlugosz963@gmail.com> | 2023-12-09 17:22:38 +0100 |
|---|---|---|
| committer | jdlugosz963 <jdlugosz963@gmail.com> | 2023-12-09 17:22:38 +0100 |
| commit | de52f51a0ad59500ac24992d63a45f0972ee38fe (patch) | |
| tree | 18d927ce2ee5a03d8073ea1d2acdb08e3bded782 /metro.config.js | |
| download | cyberbadge_mobile-de52f51a0ad59500ac24992d63a45f0972ee38fe.tar.gz cyberbadge_mobile-de52f51a0ad59500ac24992d63a45f0972ee38fe.zip | |
Initial commit
Generated by react-native@0.73.0
Diffstat (limited to 'metro.config.js')
| -rw-r--r-- | metro.config.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/metro.config.js b/metro.config.js new file mode 100644 index 0000000..ad8f87b --- /dev/null +++ b/metro.config.js | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config'); | ||
| 2 | |||
| 3 | /** | ||
| 4 | * Metro configuration | ||
| 5 | * https://facebook.github.io/metro/docs/configuration | ||
| 6 | * | ||
| 7 | * @type {import('metro-config').MetroConfig} | ||
| 8 | */ | ||
| 9 | const config = {}; | ||
| 10 | |||
| 11 | module.exports = mergeConfig(getDefaultConfig(__dirname), config); | ||
