Skip to content

Autogenerate adaptive icon for Android

Vali requested to merge js/5408-autogenerate-adaptive-icon-for-android into develop

Ticket(s) / Related Merge Requests

#5408 (closed)

  • Usage: yarn build:adaptive:icon or yarn build:adaptive:icon ./assets/images/icon.png ./assets/images/icon_adaptive.png 0.15

(Any issue cards for the merge request, and related merge requests/dependencies)

Summary of Changes

  • added adaptive icon (transparent, 20% padding in 1024x1024)

(Summarize the changes made concisely)

  • Changelog file updated with this template (one or more)
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

  • Usage: yarn build:adaptive:icon or yarn build:adaptive:icon ./assets/images/icon.png ./assets/images/icon_adaptive.png 0.15

(Share which areas to focus on while testing this MR)

Regression Scope

(Can this change cause another regression issue? Which areas to focus on for regression testing?)

Platform Affected (web, mobile, etc)

  • Android

(Which platforms are affected by this change? Web, Mobile, or Both?)

Developer Testing Completed

(What has been tested already?)

npx expo prebuild -p android --clean

Screenshots

image

(Any extra UI screens that can be shared)

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Related to #5408 (closed)

Edited by Vali

Merge request reports