Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(splash-screen): Use configured storyboard instead of hardcoded value #548

Merged
merged 2 commits into from
Aug 16, 2021

Conversation

jcesarmobile
Copy link
Member

We are using the hardcoded LaunchScreen value for the splash screen plugins, but users can change the launch storyboard by changing the value of UILaunchStoryboardName entry in the info.plist, so we should read the value, and if present use it instead of the hardcoded LaunchScreen

closes #534

@jcesarmobile jcesarmobile merged commit 67dd67f into main Aug 16, 2021
@jcesarmobile jcesarmobile deleted the use-configured-storyboard branch August 16, 2021 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: splash screen storyboard name
2 participants