Failed to resize image: AppIcon20x20@3x.png

Hello @teamholmes @gnanajo,

make sure you have

    "assetBundlePatterns": [
      "**/*"
    ],

in your app.json. Without this, assets are not uploaded and there is nothing to resize, so the error message is true - “Error: Input file is missing”. It’s not an Expo bug.

https://docs.expo.io/versions/latest/workflow/configuration#assetbundlepatterns