-
-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Is your feature request related to a problem? Please describe.
I think every app needs a bootsplash. Nothing that slows app load down (that's a negative user experience) but it does take a moment for the bundle to load on web and mobile.
As an "every app needs it" problem (like react-navigation) with a solution that is singular in the community (react-native-bootsplash) I think it qualifies for adding it in even a basic template like here
Further, every app needs it but they all have different actual assets, so the names used should be generic if possible, and easy to regenerate asset catalogs for web/mobile from a command line tool (react-native-bootsplash provides one)
Describe the solution you'd like
Integrate react-native-bootsplash, using generic asset names, with help in that repo to land the web PR zoontek/react-native-bootsplash#278
Describe alternatives you've considered
Integrating react-native-bootsplash manually in all my apps built on this 😆 like I am doing now
But using v2 so I don't have Android12 support yet, and without the web PR yet so I also have custom web loading indicators