Skip to content

Commit afb74e1

Browse files
committed
fix: turn off metro configs
1 parent 178f15e commit afb74e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

metro.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module.exports = {
22
transformer: {
33
getTransformOptions: async () => ({
44
transform: {
5-
experimentalImportSupport: true,
6-
inlineRequires: true
7-
}
8-
})
9-
}
5+
experimentalImportSupport: false,
6+
inlineRequires: false,
7+
},
8+
}),
9+
},
1010
};

0 commit comments

Comments
 (0)