diff --git a/src/commands/generate/splash-screen.ts b/src/commands/generate/splash-screen.ts index ffe57c723..3ee5f030c 100644 --- a/src/commands/generate/splash-screen.ts +++ b/src/commands/generate/splash-screen.ts @@ -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",