Problems validating asset fields in app.json

Hi, I’m getting the following message when I try to exp publish:
[exp] Error: Problems validating asset fields in app.json. See https://docs.expo.io/
[exp] • Field: loading.backgroundImage - cannot access file at ‘./assets/bg.png’.

I’m pretty sure the image is there. Any ideias?

@carlosmartinsynnov that’s odd. aside from double checking that the file does exist and the relative paths are correct, another avenue to try is the splash api – loading is deprecated and replaced by splash now https://docs.expo.io/versions/latest/guides/configuration.html#loading

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