-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Template app uses XIB for launch screen, needs to be Storyboard (new App Store guidelines) #28560
Comments
|
A PR is already in place for addressing this #28239 |
When will version 63.0 be released? The new apple guidelines need to be implemented before July 1st, but the latest released react native version still contains a .xib Launch screen |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Description
Received this from Apple: "Apps for iPhone or iPad must be built with the iOS 13 SDK or later and use an Xcode storyboard to provide the app’s launch screen." (my emphasis)
Currently the template app uses LaunchScreen.xib.
My interpretation is that the XIB file needs to be changed to a Storyboard in order to be accepted by Apple's review.
React Native version:
Steps To Reproduce
npx react-native init AwesomeProject
)LaunchScreen.xib
(ls AwesomeProject/ios/AwesomeProject/Base.lproj/LaunchScreen.xib
)Expected Results
I expect the project to use a storyboard launch screen instead of a XIB. So that I can submit my app to the App Store and go through their review.
The text was updated successfully, but these errors were encountered: