-
Notifications
You must be signed in to change notification settings - Fork 119
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
Remove splashscreen #144
Comments
@rizwanahmed19 have you figured out a way to revert it back? |
Hi @rizwanahmed19 and @JenSebastian, Why do you guys need to remove the splashscreen? :) Here's how to do it manually though: For iOSRevert what was done here with those 2 steps:
For AndroidRevert what was done here with those 2 steps:
|
@Almouro Few things that are not clear to me related to removal of splashscreen are what do you mean by "Remove what happens here"? There are functions when I visit the link but where can I find those functions in my code? And do you mean Remove the line when you say Revert the line? |
@rizwanahmed19 sorry I was not particularly clear. I just wanted to point to the line in the generator code where all the stuff was added. |
@Almouro , I am new to react native . I tried the Splash screen , but always stays at background . How to fix that . |
@Almouro I've performed the steps stated above but I get the error while building android by running
I can't seem to find a workaround, I've tried deleting |
@rizwanahmed19 yes, you do need to delete that line. Maybe try to clean But to be honest, @rizwanahmed19 @Kida007, if you guys agree, I'd rather we fix the issue for you guys instead of trying to revert the splashscreen :) The splashscreen on Android is basically the app native background, so that's probably why you see it when opening the keyboard. Can you guys try that and check if this solves your issue, if you're comfortable enough with Android? |
@Almouro I just ran into the keyboard issue independently as well - it would be great if the readme could make this more clear that there is more too it than just adding the screenshots. Maybe it could include a link to what you linked or this article which helped me in the context of react native set up a separate activity: https://medium.com/handlebar-labs/how-to-add-a-splash-screen-to-a-react-native-app-ios-and-android-30a3cec835ae |
Hello, we just revamped the generator 😁 For up to date icon and splashscreen generation please use @bam.tech/react-native-make Your issue comes from the splash screen actually being the entire's app background. The new version is based on react-native-splash-screen and current best practices so it should solve your issue 😉 |
Is there a way to remove the splashscreen from the project?
The text was updated successfully, but these errors were encountered: