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
Regardless of the name of the ignited app, the splash screen is set to "RnDiffApp"
See LaunchScreen.storyboard :
LaunchScreen.storyboard
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RnDiffApp" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
The text should be set to the name of the ignited app.
The text was updated successfully, but these errors were encountered:
Hi, i would like to work on this issue
Sorry, something went wrong.
I think this can be closed since it looks like this is already handled by react-native-rename here:
ignite/src/commands/new.ts
Line 257 in c561e6a
No branches or pull requests
Regardless of the name of the ignited app, the splash screen is set to "RnDiffApp"
See
LaunchScreen.storyboard:<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RnDiffApp" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">The text should be set to the name of the ignited app.
The text was updated successfully, but these errors were encountered: