chore(prebuild-config, config-plugins): rewrite tests to use latest template for fixtures (#21339)# Why - The previous tests were using static representations of the versioned fixtures. This me
chore(prebuild-config, config-plugins): rewrite tests to use latest template for fixtures (#21339)# Why - The previous tests were using static representations of the versioned fixtures. This meant that many tests were possibly outdated. - Now that the CLI is versioned, we can test against the latest templates to ensure our config plugins are always up to date. <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> # How - Pull in fixtures from the local template. - Rewrite tests to work with new fixtures. <!-- How did you build this feature or fix this bug and why? --> # Test Plan - Tests should continue to pass. --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
fix prebuild tests (#20379)Co-authored-by: Expo Bot <[email protected]>
Add Support For monochrome Android Adaptive Icons (#20074)# Why In Android 13, Android added the ability to include a monochrome adaptive icon that will be themed to the OS theme color. # Ho
Add Support For monochrome Android Adaptive Icons (#20074)# Why In Android 13, Android added the ability to include a monochrome adaptive icon that will be themed to the OS theme color. # How I added this to the already-included Adaptive Icon config, as Android includes it in their [Adaptive Icon docs](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#design-adaptive-icons). # Test Plan Tests written (mostly copied from other image tests). # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin). # Notes I am unsure why the rest of the files changed when I built again. I only changed two source files. Co-authored-by: Evan Bacon <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]>
chore: migrate config, config-plugins, config-types, prebuild-config (#17958)