"exp publish" breaks my detached app. Assets and Vector Icons not displayed anymore.

After running exp publish for my detached expo app, all my Assets and also the Vector Icons from @expo/vector-icons are not displayed anymore. This happens for both JS urls, development and production.

I already created a topic here on Sep 1 but still couldn’t solve this problem.

Can someone please help me with that issue?
My app is in final stage and my customer waits for an APK for more than a month now…

If you need any more info, please let me know.
I am also ready to pay some money for help or a solution. I really need this fixed.

Still couldn’t get it to work. Any suggestions?

Can you update assetBundlePatterns fields in your manifest (app.json) like below:

{
  "expo": {

    ...

    "assetBundlePatterns": [
      "**/*",
      "./node_modules/@expo/vector-icons/fonts/*"
    ],

    ...

  }
}

Hi, thank you for your suggestion. Unfortunately it still doesn’t work.

Just noticed that expo 30.0.0 is released, I am still on 29.0.0. Maybe an update will help?

Edit: I just wanted to try but expo eject can’t install expokit now.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.