Update expo project to use stuff its gonna use

This commit is contained in:
2025-09-15 16:21:49 -05:00
parent c218d2edc2
commit ddce36c366
11 changed files with 133 additions and 27 deletions

View File

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