-
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
Rounded icons on Android #181
Comments
+1 |
For each platform I just put --ios/--android like this |
Why not just make it rounded already in the design and export use png instead |
I see little need for creating a new round image automatically, maybe a parameter that will output with a different filename ( |
#216 I just submit a pull request to automatically generate the ic_launcher_round.png |
As a temporary work around you can use @vdelacou pull request which works great!
|
I just used @guilhermebruzzi snippet and @vdelacou code to solve the problem. thanks guys |
Hello, we just revamped the generator 😁 For up to date icon and splashscreen generation please use @bam.tech/react-native-make The new version generates Android adaptive icons, so it should solve your issue 😉 |
I can confirm that #216 works great. Hopefully it is merged soon! |
Is it possible to have the icons for Android rounded, rather than squared?
I have no physical device to test it on, but on the Android Studio emulator I got all default apps rounded, and mine squared 👯 .
P.s. the icon I'm using is squared.
The text was updated successfully, but these errors were encountered: