Open DianaLaa opened 2 years ago
i've the same problem
Problem also occurs on SDK 47
I downgrade SDK 46 to SDK 44 and use Expo EAS build but no icons show.
im having the same issue have anyone sorted it out?
remove "expo-file-system" from package.json autolinking
"expo": { "autolinking": { "exclude": [ "expo-file-system" ] } },
I've upgraded from SDK 44 to SDK 46. On SDK 44 my APK was fine.
After upgrading to SDK 46, when testing the app using Expo Go (
expo start
) all icons show correctly. However, after building with Expo EAS to an APK, no icons show. We use both<MaterialCommunityIcons>
and<Ionicons>
but none show after building the APK.I don't know if it is related, but I had to exclude
expo-file-system
to get the EAS build to run. (https://github.com/expo/expo/issues/15632#issuecomment-998223536) I didn't see any other people reporting that this change would break icons, so I think it's not related, but am including it here for completeness.What would