React Native AppLoading without Expo

13,746

Solution 1

react-native-splash-screen meets your requirement!

Solution 2

As of 2022,

You may try react-native-bootsplash

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

Share:
13,746

Related videos on Youtube

Someone Special
Author by

Someone Special

A real estate agent by day, and a PHP developer by night. Currently concurrently managing 3 PHP web projects that involves team of more than 35. Real Estate - Focus mainly on overseas projects and launched simple websites using wordpress, or one page using PHP. The Bridge - Guaranteed Rental Yield of 70% over the next 10 years from USD$141 onwards. Own a retail shop in one of the established mall in the capital center and collect rental income for next 10 years from Singapore Listed leading developer. High Appreciation. Grandeur Park Residences - Singapore latest launched project within the MRT line at Tanah Merah by CEL Development Earlybird Properties - a wordpress run website that show case Royal Wharf, The Peak Cambodia and The Bridge Cambodia. The Peak Cambodia - A mix development of Residential, Business Tower, Shopping Mall, within the same development as Shangri-La Hotel (World renowned 5 Star Hotel).

Updated on August 17, 2022

Comments

  • Someone Special
    Someone Special over 1 year

    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?