diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index af4fb5247e5..fb5ec180ae2 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -55,7 +55,10 @@ to or larger than the corresponding dimension of the view (minus padding).

  • stretch: Scale width and height independently, This may change the aspect ratio of the src.

  • repeat: Repeat the image to cover the frame of the view. The -image will keep it's size and aspect ratio. (iOS only)

  • source ImageSourcePropType #

    The image source (either a remote URL or a local file resource).

    style style #

    backfaceVisibility ReactPropTypes.oneOf(['visible', 'hidden'])
    backgroundColor color
    borderBottomLeftRadius ReactPropTypes.number
    borderBottomRightRadius ReactPropTypes.number
    borderColor color
    borderRadius ReactPropTypes.number
    borderTopLeftRadius ReactPropTypes.number
    borderTopRightRadius ReactPropTypes.number
    borderWidth ReactPropTypes.number
    opacity ReactPropTypes.number
    overflow ReactPropTypes.oneOf(['visible', 'hidden'])
    resizeMode ReactPropTypes.oneOf(Object.keys(ImageResizeMode))
    tintColor color

    Changes the color of all the non-transparent pixels to the tintColor.

    androidoverlayColor ReactPropTypes.string

    When the image has rounded corners, specifying an overlayColor will +image will keep it's size and aspect ratio. (iOS only)

    source ImageSourcePropType #

    The image source (either a remote URL or a local file resource).

    This prop can also contain several remote URLs, specified together with +their width and height and potentially with scale/other URI arguments. +The native side will then choose the best uri to display based on the +measured size of the image container.

    style style #

    backfaceVisibility ReactPropTypes.oneOf(['visible', 'hidden'])
    backgroundColor color
    borderBottomLeftRadius ReactPropTypes.number
    borderBottomRightRadius ReactPropTypes.number
    borderColor color
    borderRadius ReactPropTypes.number
    borderTopLeftRadius ReactPropTypes.number
    borderTopRightRadius ReactPropTypes.number
    borderWidth ReactPropTypes.number
    opacity ReactPropTypes.number
    overflow ReactPropTypes.oneOf(['visible', 'hidden'])
    resizeMode ReactPropTypes.oneOf(Object.keys(ImageResizeMode))
    tintColor color

    Changes the color of all the non-transparent pixels to the tintColor.

    androidoverlayColor ReactPropTypes.string

    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: @@ -660,7 +663,6 @@ exports.examples : function() { return <MultipleSourcesExample />; }, - platform: 'android', }, { title: 'Legacy local image',