You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up a launch screen is kinda tricky platform-specific work. On iOS, you set up a UILaunchScreen Storyboard. On Android, you use the SplashScreen API.
It would be great if skip init provided a basic launch screen out of the box, which I could then edit in Xcode and Android Studio respectively.
The text was updated successfully, but these errors were encountered:
I assume y'all wouldn't be able to merge that as-is (because the skip CLI is closed source, right?) but it would give you material to copy and paste into your own code base…?
Setting up a launch screen is kinda tricky platform-specific work. On iOS, you set up a
UILaunchScreen
Storyboard. On Android, you use theSplashScreen
API.It would be great if
skip init
provided a basic launch screen out of the box, which I could then edit in Xcode and Android Studio respectively.The text was updated successfully, but these errors were encountered: