删除metro.config.js

This commit is contained in:
yezian 2024-04-24 19:28:37 +08:00 committed by jueweijue
parent ef6c5533d6
commit 0d6f762b63
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
// This replaces `const { getDefaultConfig } = require('expo/metro-config');`
const { getSentryExpoConfig } = require("@sentry/react-native/metro");
// This replaces `const config = getDefaultConfig(__dirname);`
const config = getSentryExpoConfig(__dirname);
module.exports = config;