Skip to content

Commit

Permalink
fix(cli): add prebuild:clean to splash screen gen output (#2665 by @P…
Browse files Browse the repository at this point in the history
…arrryy)

Co-authored-by: Chris Parry <chris.parry@learnlight.com>
  • Loading branch information
Parrryy and Chris Parry committed Apr 14, 2024
1 parent 701df54 commit 725c4e5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 725c4e5

Please sign in to comment.