From the course: React Native Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Changing app logo and splash screen

Changing app logo and splash screen - React Native Tutorial

From the course: React Native Essential Training

Start my 1-month free trial

Changing app logo and splash screen

- [Instructor] Before publishing an app there are two things that you'll probably want to do. Give the app a good icon instead of this default one and do something about the splash screen which currently just shows the name of the app and a Powered by React Native message. You can close the app to reload it with the splash screen. I just double clicked on the home button. And when I double click on the app, the splash screen will splash. So you'll first need to prepare images to use as icons and splash screen if you want to change that as well. Those images should be big. The icon should be a square of at least 1,024 pixels. And this splash screen should be a square of at least 2,500 pixels. The reason you need to start with these big sizes is that you need to provide different sizes of these assets for different screens. So on a big iPad for example, the assets will need to be much bigger. So the Bakesale project has…

Contents