Skip to content

Commit 4a98ea7

Browse files
Updated the metro config by adding resolver node
1 parent 0b6459e commit 4a98ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metro.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ module.exports = {
1313
inlineRequires: false,
1414
},
1515
}),
16+
}, resolver: {
17+
sourceExts: ['jsx', 'js', 'ts', 'tsx'],
1618
},
1719
};

0 commit comments

Comments
 (0)