Replies: 1 comment
-
Sorry for the delay, here are the error logs:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I created a new project using
npx expo - e with-router
and am really enjoying exploring Expo Router. However, I am encountering weird issues when trying to use MaterialIcons from @expo/vector-icons. The icon renders perfectly in Expo Go on my Android device, but the whole page fails to render on web. I installed it vianpx expo install @expo/vector-icons
and that didn't fix anything. I've rebooted the expo server multiple times and have the same results every time. In the Chrome Dev Console I see a list of errors that I will post here shortly.My main question is this: What is responsible? @expo/vector-icons, Expo Router, the Metro bundler's new web functionality? Once this is answered, I can figure out where to report the issue and hopefully get this resolved. :)
Beta Was this translation helpful? Give feedback.
All reactions