Skip to content
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

request for adding android monochrome Icon #1

Open
Jawkx opened this issue Mar 24, 2024 · 0 comments
Open

request for adding android monochrome Icon #1

Jawkx opened this issue Mar 24, 2024 · 0 comments

Comments

@Jawkx
Copy link

Jawkx commented Mar 24, 2024

Hey just want to say I really like using this app, what a great and simple app. The only issue I really have now is it does not support android monochrome icon. I tried to make a PR to add it but I'm lazy to deal with the EAS stuff. Should be really simple to add the monochrome icon. I created the monochrome icon here.

icon_adaptive_monochrome

To add it just add this the monochrome icon in assets/ as icon_adaptive_monochrome.pnd, and in app.json change the "android" key to

    "android": {
      "package": "com.DanielSzulc.CurrencyConverter",
      "versionCode": 3,
      "adaptiveIcon": {
        "foregroundImage": "./assets/icon_adaptive.png",
        "backgroundColor": "#7db6f1",
        "monochromeImage": "./assets/icon_adaptive_monochrome.png"
      }
    }

Hopefully you can help. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant