Expo asset bundling is missing a single file

While expo is bundling assets, it is missing a single image file for some reason. SO, I am trying to bundle the assets using the CLI to check why it is missing out the image file, But not able to bundle assets with this query:

expo bundle-assets --platform ios --dest ./bundle .

What is wrong with the above command? I am getting a bundle folder created but there is nothing within it.

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