Does bare Expo Eject set app icons?

I’m not sure where this magic occurs and looking to the community for the answer. Expo has the app.json config file, that lets you configure the icon you’d use for IOS and Android. But when I perform a “Expo Eject” and then build the resulting APK I noticed that the AndroidManifest file contains “android:icon=”@mipmap/ic_launcher" using the standard Android app icon.

I was expecting the Eject command would look at my app.json file and properly copy these files and settings for me. Am I incorrect/ wishful thinking?

it does not do this currently, but it’d be nice to get eject there at some point! i’ll update the eject message to make this clear

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.