-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Where to put image files? #34
Comments
@arnsa in your \android\app\src\main\res folder u will create some folders in there as drawable-* i.e drawable-hdpi, drawable-mdpi e.t.c. and in each folder u will add ur splash screen image according to their sizes. |
And where do we put the iOS images? |
@raynoppe you can manage those through XCode - take a look at having a |
If you have to manage the launch image through Xcode, what exactly is the benefit of this module? |
@alxvallejo this module is to you control when the SplashScreen should hide. |
Hello,
I am a little bit confused, but where exactly do I have to store my splash screen images for ios and android? And do they have to have a specific naming or anything like that? Thanks!
The text was updated successfully, but these errors were encountered: