Packages

object Picker

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

Type Members

  1. trait Android extends Object with View.Props
    Annotations
    @JSType()
  2. trait IOS extends Object with View.Props
    Annotations
    @JSType()
  3. sealed trait Mode extends Any
    Annotations
    @JSType() @native()
  4. trait Props[T] extends Object with Android with IOS
    Annotations
    @JSType()
  5. type ValueType = |[String, Int]

Value Members

  1. def apply[T](props: Props[T] = null)(children: ReactNode*): ReactElement
  2. object Item
  3. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("react-native", "Picker")
  4. object Mode