Skip to content

Commit 36dcfaa

Browse files
committed
refactor: fix icons not showing on example app for web
1 parent 45892b1 commit 36dcfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = function (api) {
1414
alias: {
1515
// For development, we want to alias the library to the source
1616
[pak.name]: path.join(__dirname, '..', pak.source),
17+
'react-native-vector-icons': '@expo/vector-icons',
1718
},
1819
},
1920
],

0 commit comments

Comments
 (0)