Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native AppLoading without Expo

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?

like image 673
Someone Special Avatar asked Aug 24 '18 06:08

Someone Special


People also ask

Is Expo necessary for React Native?

If you have a project requiring rapid development and have chosen React Native to build cross-platform applications, then Expo is for you. Through Expo, you can quickly develop and deploy React Native applications for iOS and Android.

Is Expo for React Native free?

One question we get a lot about Expo is: How much does it cost? The short answer is that it is free. We don't charge developers anything to use it, and we don't plan to in the future. It's also open source so you can do whatever you want with it.

Is CLI Expo free?

How much does Expo cost? The Expo platform is free and open source. This includes the libraries that make up the Expo SDK and the Expo CLI used for development. The Expo Go app, the easiest way to get started, is also free from the app stores.


1 Answers

As of 2022,

You may try react-native-bootsplash

In case, react-native-splash-screen is not suitable for you.

like image 110
cYee Avatar answered Oct 21 '22 05:10

cYee