Update metro-config import

This commit is contained in:
Bill Thornton 2021-10-07 11:01:54 -04:00
parent 31f26825aa
commit a557bcfc14

View File

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
const { getDefaultConfig } = require('@expo/metro-config');
const { getDefaultConfig } = require('expo/metro-config');
const defaultConfig = getDefaultConfig(__dirname);