Add splash screen to the tab based expo App

Hi!
New to react native and expo

After creating an app based on tab template, and after creating a screen for splash screen , I do I integrate it in the navigation system used by generated app in order to be the first screen to be shown to the user?

What is the name of the navigation system used by generated expo app (in order to search for documentation on it)?

Thanks a lot

Imo

Hi, expo tab template come with react-navigation Redirecting to https://reactnavigation.org/docs/tab-based-navigation

1 Like

BTW, you can manage the splashscreen on the app.json.

You don’t need to create a react-navigation screen to add a splashscreen

https://docs.expo.io/versions/latest/guides/splash-screens.html#splashimage

That is great!!
Thank you

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.