When my app starts the first time, it downloads and caches several assets, images, and fonts. Currently I'm using AppLoading and the only user feedback is the spinner.
I'd like to show download progress to give the user a sense of completion. This could come as a new API on AppLoading to send messages and progress or as the ability to specify children components.