BearStudio / start-ui-native

🚀 Start UI [native] is an opinionated UI starter with ⚛️ React Native, 🌿 Ficus UI, ⚛️ Zodios & 🐜 Formiz — From the 🐻 BearStudio Team
MIT License
133 stars 15 forks source link

Fix Splash Screen #100

Open omar-bear opened 5 months ago

omar-bear commented 5 months ago

Description

There's an issue with the splash screen in the Start UI Native. I am creating this issue and will submit a PR to address it.

Problem

During the startup phase, particularly when data is being retrieved from storage, the splash screen remains blank instead of displaying the Start UI logo.

Expected Behavior

The splash screen should properly display the Start UI logo during data retrieval, rather than showing a blank screen.

Steps to Reproduce

  1. Open the app.
  2. Observe the splash screen during the data retrieval phase.