Skip to content

Commit 114d85f

Browse files
committed
chore: enable cache reset in metro configuration
1 parent fb6ad5b commit 114d85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metro.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const { assetExts, sourceExts } = defaultConfig.resolver;
1515
* @type {import('metro-config').MetroConfig}
1616
*/
1717
const config = {
18+
resetCache: true,
1819
transformer: {
1920
// Need this here because of some metro weirdness
2021
getTransformOptions: async () => ({}),

0 commit comments

Comments
 (0)