Skip to content

Commit 862c7c1

Browse files
committed
fix(icon): fix no back icon
1 parent 017d2e5 commit 862c7c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

metro.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
* @format
66
*/
7-
const path = require('path');
8-
97
module.exports = {
108
transformer: {
119
getTransformOptions: async () => ({
@@ -14,6 +12,5 @@ module.exports = {
1412
inlineRequires: false,
1513
},
1614
}),
17-
assetRegistryPath: path.resolve(__dirname, './AssetRegistry.js'),
1815
},
1916
};

0 commit comments

Comments
 (0)