Skip to content

Commit 08d5ed9

Browse files
committed
chore: adjust webpack and ts configs
1 parent d184f3c commit 08d5ed9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

example/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig",
3+
}

example/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = async function (env, argv) {
4040
...resolver.extraNodeModules,
4141
crypto: require.resolve('expo-crypto'), //Fixes issue with crypto not being found on web
4242
'react-native-web': path.join(node_modules, 'react-native-web'),
43-
'@expo/vector-icons/MaterialCommunityIcons': require.resolve(
43+
'@react-native-vector-icons/material-design-icons': require.resolve(
4444
'@expo/vector-icons/MaterialCommunityIcons'
4545
),
4646
});

0 commit comments

Comments
 (0)