Assets not bundled with ipa

Hi guys,

I’m trying to bundle my assets with the ipa produced from doing a exp build:ios but I’m not seeing the assets in the ipa file.

My app.json contains the following:

    "assetBundlePatterns": [
      "./App/assets/appLogo.png"
    ],

I’m using sdk version 27, any help would be appreciated.

Thanks,
Matt

Try to use patterns instead filenames
https://docs.expo.io/versions/v28.0.0/guides/offline-support

1 Like

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