I have all my static images in a folder called \"images\" in the root of my project. However, after I run the following command to bundle my app, the app works but no image
Please check XCode console log first. You will find that the app couldn't find out those specific image assets on path "{project name}.app/assets/resources/.."
So, you need to put images on those fixed paths, unlike iOS native App. Lets add "assets" folder to your 'Copy Bundle Resources'.
Step 1: Select XCode project -> Build Phases -> Copy Bundle Resources
Step 2
Step 3
Step 4