React Native AppLoading without Expo

Someone Special picture Someone Special · Aug 24, 2018 · Viewed 12.7k times · Source

I've used expo for a while now and have switched to react-native-init without expo.

I've been very comfortable working without expo (thanks Github) but somehow I am unable to find a solution with much googling, for a similar feature to AppLoading in Expo ( https://docs.expo.io/versions/latest/sdk/app-loading ). Maybe I'm not using the correct keywords, I keep getting results for react native fast image etc which just preload images from cache.

I've already set up the Launch screen in Xcode, I would like to network request, load some data into my redux store, preload images and some fonts, before my Launch screen switches to my first screen.

Can someone provide me with a solution or a link to the solution?

Answer

NSYuJian picture NSYuJian · Aug 24, 2018

react-native-splash-screen meets your requirement!