Add Icons and Launch Screens to Standalone App

I’m at the final stages of building my first Exponent app and am getting ready to deploy to the iOS App Store. However, I’m not sure how to add the required icons and launch screens to the app. How do I do this?

Hi there-

Cool! You can configure this stuff in exp.json/app.json

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

CDC

1 Like

Hi, which property should I use to define a launching screen? The ‘loading’ → ‘backgroundImage’ will only show up after a few seconds. Here is the effect I want: GitHub - react-native-component/react-native-smart-splash-screen: A smart splash screen for React Native apps

Thank you.