diff --git a/docs/next/image.html b/docs/next/image.html index bf189679d99..a9f95e36c4c 100644 --- a/docs/next/image.html +++ b/docs/next/image.html @@ -329,31 +329,10 @@ export default DisplayAnImageWithStyle;
borderTopRightRadius: number
backfaceVisibility: enum('visible', 'hidden')
borderBottomLeftRadius: number
borderBottomRightRadius: number
borderColor: color
borderRadius: number
borderTopLeftRadius: number
backgroundColor: color
borderWidth: number
opacity: number
overflow: enum('visible', 'hidden')
resizeMode: Object.keys(ImageResizeMode)
tintColor: color
Changes the color of all the non-transparent pixels to the tintColor.
overlayColor: string (Android)
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:
-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.
For details of how this works under the hood, see http://frescolib.org/docs/rounded-corners-and-circles.html
accessibleborderTopRightRadius: number
backfaceVisibility: enum('visible', 'hidden')
borderBottomLeftRadius: number
borderBottomRightRadius: number
borderColor: color
borderRadius: number
borderTopLeftRadius: number
backgroundColor: color
borderWidth: number
opacity: number
overflow: enum('visible', 'hidden')
resizeMode: Object.keys(ImageResizeMode)
tintColor: color
Changes the color of all the non-transparent pixels to the tintColor.
overlayColor: string (Android)
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:
-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.
For details of how this works under the hood, see http://frescolib.org/docs/rounded-corners-and-circles.html
accessible