Skip to content

Commit

Permalink
Update bin/expo-setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Jan 24, 2025
1 parent 67a1833 commit decbd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/expo-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit decbd22

Please sign in to comment.