Skip to content

Commit bf453df

Browse files
authored
Fix metro.config.js @type import (#75)
1 parent f1d7b90 commit bf453df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');
44
* Metro configuration
55
* https://reactnative.dev/docs/metro
66
*
7-
* @type {import('metro-config').MetroConfig}
7+
* @type {import('@react-native/metro-config').MetroConfig}
88
*/
99
const config = {};
1010

0 commit comments

Comments
 (0)