Skip to content

Commit

Permalink
Fix metro.config.js @type import (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea authored Nov 5, 2024
1 parent f1d7b90 commit bf453df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');
* Metro configuration
* https://reactnative.dev/docs/metro
*
* @type {import('metro-config').MetroConfig}
* @type {import('@react-native/metro-config').MetroConfig}
*/
const config = {};

Expand Down

0 comments on commit bf453df

Please sign in to comment.