I\'d like to display static images from res/drawable-folder in a ReactNative-App. However, there\'s nothing displayed.
I have the following folder structure in the a
Sample project structure- my app name is MyProject
Myproject ├── ios ├── android ├── resource //folder for static content └── image.png
To use image residing in resource directory
Hope it will help!