From b0b191afd5efb09cbf824ed2c38a31d817b176be Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 8 Jan 2025 11:18:34 -0800 Subject: [PATCH] Discard changes to app.config.js --- app.config.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app.config.js b/app.config.js index 7f0dfacc33..d7428f5aeb 100644 --- a/app.config.js +++ b/app.config.js @@ -39,15 +39,6 @@ module.exports = function (config) { const SENTRY_DIST = `${PLATFORM}.${VERSION}.${IS_TESTFLIGHT ? 'tf' : ''}${ IS_DEV ? 'dev' : '' }` - const fs = require('node:fs') - - fs.writeFile('./test.txt', process.env.EXPO_PUBLIC_ENV, err => { - if (err) { - console.error(err) - } else { - // file written successfully - } - }) return { expo: {