Skip to content

fix(ios): replace LaunchScreen.storyboard with UILaunchScreen #1679

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

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Oct 30, 2023

Description

Replaces LaunchScreen.storyboard with a much simpler UILaunchScreen.

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

cd example
pod install --project-directory=ios
yarn ios

# In a separate terminal
yarn start

@tido64 tido64 requested review from Saadnajmi and kelset October 30, 2023 08:27
@github-actions github-actions bot added the platform: iOS This affects iOS label Oct 30, 2023
@tido64 tido64 changed the base branch from trunk to tido/3.0 October 30, 2023 08:44
@@ -65,8 +65,8 @@
</array>
</dict>
</dict>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UILaunchScreen</key>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out this requires iOS 14+ so I retargeted to the 3.0 branch. I will also have to bump iOS minimum version.

Copy link
Contributor

@kelset kelset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - also tested with cocoapods 1.14 and all is working as expected

@tido64 tido64 merged commit 60c163f into tido/3.0 Oct 30, 2023
@tido64 tido64 deleted the tido/ios-launchscreen branch October 30, 2023 14:18
tido64 added a commit that referenced this pull request Nov 1, 2023
tido64 added a commit that referenced this pull request Dec 5, 2023
tido64 added a commit that referenced this pull request Dec 6, 2023
tido64 added a commit that referenced this pull request Dec 6, 2023
tido64 added a commit that referenced this pull request Jan 4, 2024
tido64 added a commit that referenced this pull request Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: iOS This affects iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants