From decbd225338ad51abbc9edf448755c292d970510 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 24 Jan 2025 12:02:37 +0100 Subject: [PATCH] Update bin/expo-setup.js --- bin/expo-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/expo-setup.js b/bin/expo-setup.js index a640e7d..6a0b3e1 100644 --- a/bin/expo-setup.js +++ b/bin/expo-setup.js @@ -47,7 +47,7 @@ export default config;`.trim(), ), 'utf8', ); -console.log('✅ Converted and formatted app.json to app.config.ts'); +console.log('✅ Created app.config.ts'); await unlink(appJsonFilePath); console.log('✅ Deleted app.json');