-
Notifications
You must be signed in to change notification settings - Fork 479
No icons generated for PWA manifest.json #2441
Comments
I take it back. Icons are generated during a |
Hello @rickysullivan App config here:
I run this is the result of the manifest.json
The version of expo-pwa is If it could be relevant here I will drop expo info details
I created this repo as a demo If you clone it remind to put all the images in the Any help is appreciated |
Same issue. The Expo PWA instructions shows that the
|
Description
Generated
manifest.json
does not contain icons key.Expected Behavior
A
manifest.json
containing an icons key with an array of icon objects.Observed Behavior
No errors, just a manifest that lacks icons:
Environment
Expo CLI 3.23.3 environment info:
System:
OS: macOS Mojave 10.14.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 14.6.0 - ~/.nvm/versions/node/v14.6.0/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.6 - ~/.nvm/versions/node/v14.6.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6308749
Xcode: /undefined - /usr/bin/xcodebuild
npmPackages:
expo: ~38.0.9 => 38.0.9
react: ~16.11.0 => 16.11.0
react-dom: ~16.11.0 => 16.11.0
react-native: ~0.62.2 => 0.62.2
react-native-web: ~0.11.7 => 0.11.7
npmGlobalPackages:
expo-cli: 3.23.3
➜ sharp --version
1.14.1
Reproducible Demo
https://github.com/rickysullivan/manifest-test
The text was updated successfully, but these errors were encountered: