Skip to content

Commit

Permalink
refactor: fix icons not showing on example app for web
Browse files Browse the repository at this point in the history
  • Loading branch information
iM-GeeKy committed Jul 13, 2024
1 parent 45892b1 commit 36dcfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = function (api) {
alias: {
// For development, we want to alias the library to the source
[pak.name]: path.join(__dirname, '..', pak.source),
'react-native-vector-icons': '@expo/vector-icons',
},
},
],
Expand Down

0 comments on commit 36dcfaa

Please sign in to comment.