object StyleSheet extends Object
This only checks for valid style properties, it does not "register" or optimize anymore.
- Annotations
- @native() @JSImport("react-native", "StyleSheet")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StyleSheet
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val absoluteFill: RegisteredStyleSet[AbsoluteFillStyle]
- val absoluteFillObject: AbsoluteFillStyle
- def create[T <: StyleSet](styles: T): RegisteredStyleSet[T]
- def flatten[T <: Object](style: |[|[T, Array[T]], Style]): UndefOr[T]
- val hairlineWidth: Double
Return the single object if either is null.
Return the single object if either is null. Otherwise return array of styles.
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- def unsafeCreate[T <: Object](styleSet: T): RegisteredStyleSet[T]
- Annotations
- @JSName("create")
- def valueOf(): Any
- Definition Classes
- Object