image
You can use this component as a unique visual identifier. This can be used to display a profile photo, company logo, photo of products, and much more. It can also help to improve the visual experience of your application.
The image component can be part of the Header, stories and as a child component in jig.default.

The images can be preloaded and cached by using the assets property in your index.jigx file. The images will be displayed even when you are offline. For more details please refer to the Index settings
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: uri
Other options:
title and subtitle - The title and subtitle/ short description for your image
height- the height of the image displayed (in pixels)
resizeMode - It includes these options:
- center
- contain
- cover
- stretch
Actions:
onPress - The possibility to add any of the actions (please refer to the list of our Actions). This action(s) will be triggered as a reaction to the press event


