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

add prebuild:clean to splash screen gen output #2665

Merged
merged 1 commit into from Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/generate/splash-screen.ts
Expand Up @@ -60,7 +60,7 @@ async function generate(toolbox: GluegunToolbox) {
if (isSuccessful) {
heading(`Splash screen generated!`)
p(
"Uninstall the application from your simulator/emulator and re-build your app to see the changes!",
"Uninstall the application from your simulator/emulator, run `prebuild:clean` and re-build your app to see the changes!",
)
p(
"Note: (vanilla Android) The splash-screen will not appear if you launch your app via the terminal or Android Studio. Kill the app and launch it normally by tapping on the launcher icon. https://stackoverflow.com/a/69831106",
Expand Down