expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
704 stars 76 forks source link

react-native-element and react-native-paper icons no longer showing in eas build #2427

Open VCSJacob opened 2 weeks ago

VCSJacob commented 2 weeks ago

Build/Submit details page URL

https://expo.dev/accounts/vcs-jacob/projects/VCS/builds/3ea8e2f2-f5aa-4a85-a264-1ca64d0c069e

Summary

I have several components that use react-native-paper IconButtons and react-native-element Icon components. The Icons and Buttons render perfectly fine in expo-go. I have made several builds of my app and the icons always rendered, but as of today no Icons are rendered on the build of the app. Even when I download a past build where the icons showed, they are no longer there.

Managed or bare?

Managed

Environment

npx expo start

Error output

No errors are shown

Reproducible demo or steps to reproduce from a blank project

eas build

szdziedzic commented 2 weeks ago

can you see the icons when you do npx expo run:ios or npx expo run:android?

VCSJacob commented 2 weeks ago

Yes, the icons are rendered correctly when I run npx expo run:android, but they are not there when I install the eas build version

VCSJacob commented 2 weeks ago

I ran npx expo prebuild before I used eas build and the issue was gone, the icons rendered.

VCSJacob commented 1 week ago

The issue has came back, icons renders with expo-dev-client build but not with eas build