diff --git a/releases/next/docs/stylesheet.html b/releases/next/docs/stylesheet.html index 012abe675d2..2f97a5c462c 100644 --- a/releases/next/docs/stylesheet.html +++ b/releases/next/docs/stylesheet.html @@ -17,7 +17,11 @@ easier to understand.
  • Naming the styles is a good way to add meaning to the low level components in the render function.
  • Performance:

    Methods #

    static create(obj) #

    Creates a StyleSheet style reference from the given object.

    Properties #

    hairlineWidth: CallExpression #

    This is defined as the width of a thin line on the platform. It can be +subsequent uses are going to refer an id (not implemented yet).

    Methods #

    static setStyleAttributePreprocessor(property, process) #

    WARNING: EXPERIMENTAL. Breaking changes will probably happen a lot and will +not be reliably announced. The whole thing might be deleted, who knows? Use +at your own risk.

    Sets a function to use to pre-process a style property value. This is used +internally to process color and transform values. You should not use this +unless you really know what you are doing and have exhausted other options.

    static create(obj) #

    Creates a StyleSheet style reference from the given object.

    Properties #

    hairlineWidth: CallExpression #

    This is defined as the width of a thin line on the platform. It can be used as the thickness of a border or division between two elements. Example:

    { borderBottomColor: '#bbb',