Detached Android Assets

I have detached from Expo and I’m now building my own APK.

There are a bunch of assets leftover in the Android/app/src/main/res folder.

Such as dev_icon.png, ic_share_white_36dp.png

Are these safe to delete? They seem to be Expo icons.

Hi @rickysullivan - I would keep the ic_refresh_white_xxdp.png files as they are used for the blue error screen that shows when ExpoKit encounters a fatal error. The others should be safe to delete – they are all current or old icons from the Expo client app. We should probably stop including them in ExpoKit projects, but they shouldn’t cause any harm other than taking up a bit of space.

1 Like

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