Packages

package styling

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. styling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbsoluteFillStyle extends Object
    Annotations
    @JSType() @native()
  2. type ComponentStyle = |[|[ViewStyle, TextStyle], ImageStyle]
  3. type DynamicStyle = |[Object, Dynamic]
  4. trait RecursiveArray[T] extends Array[|[T, RecursiveArray[T]]]
    Annotations
    @JSType()
  5. sealed trait Registered extends Object

    General registered type, used for tagging a couple of styling related objects.

    General registered type, used for tagging a couple of styling related objects.

    Annotations
    @JSType()
  6. type RegisteredStyleSet[T] = T with StyleSet with Registered
  7. type Style = |[StyleAny, Array[StyleAny]]

    Individual stytle object or an array of them.

  8. type StyleAny = |[ComponentStyle, DynamicStyle]
  9. type StyleProp[T <: Object] = |[|[|[|[T, UndefOr[T]], Array[T]], RecursiveArray[T]], Null]

    Use this for style properties on components.

  10. trait StyleSet extends Object

    StyleSet tag.

    StyleSet tag. Extend your style classes from this trait for better type inference.

    Annotations
    @JSType()

Value Members

  1. object StyleSet

    Apply the StyleSet tag to an object or a list of pairs.

  2. object StyleSheet extends Object

    This only checks for valid style properties, it does not "register" or optimize anymore.

    This only checks for valid style properties, it does not "register" or optimize anymore.

    Annotations
    @native() @JSImport("react-native", "StyleSheet")
  3. object stylelist

    Drive type inference when combining styles for a component's style property.

Inherited from AnyRef

Inherited from Any

Ungrouped