"Made with Expo"

Hi. I have just built my first Android app and when a user opens the App, the Expo icon is displayed and the text “Made with Expo” reads at the bottom. How can I remove this? This is not displayed in the iPhone app.
Thanks

In your exp.json, under the loading key you can set hideExponentText to true.

As for the icon, you can set your own by configuring under the same loading key.

https://docs.expo.io/versions/v17.0.0/guides/configuration.html

1 Like

Great thanks for the quick response!
Since I don’t want an icon, I have set “icon”: “” to empty. Hope this works.