Image Style Props
Type | Required |
---|
enum('visible', 'hidden') | No |
Type | Required |
---|
enum('visible', 'hidden') | No |
Type | Required |
---|
enum('cover', 'contain', 'stretch', 'repeat', 'center') | No |
Changes the color of all the non-transparent pixels to the tintColor.
When the image has rounded corners, specifying an overlayColor will cause the remaining space in the corners to be filled with a solid color. This is useful in cases which are not supported by the Android implementation of rounded corners:
- Certain resize modes, such as 'contain'
- Animated GIFs
A typical way to use this prop is with images displayed on a solid background and setting the overlayColor
to the same color as the background.
Type | Required | Platform |
---|
string | No | Android |