p

react_navigation

package react_navigation

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

Type Members

  1. trait Action extends Object
    Annotations
    @JSType() @native()
  2. trait DrawerNavController extends Object
    Annotations
    @JSType() @native()
  3. sealed trait GestureDirection extends Any
    Annotations
    @JSType() @native()
  4. trait Listener extends Object
    Annotations
    @JSType() @native()
  5. trait ListenerEvent extends Object
    Annotations
    @JSType() @native()
  6. trait NavController extends Object
    Annotations
    @JSType() @native()
  7. sealed trait NavEventName extends Any
    Annotations
    @JSType() @native()
  8. trait NavProps extends Object

    Passed to screens that navigator routes to.

    Passed to screens that navigator routes to.

    Annotations
    @JSType() @native()
  9. trait NavigateParams[T] extends Object
    Annotations
    @JSType()
  10. trait NavigationActions extends Object
    Annotations
    @JSType() @native()
  11. trait NavigationJS extends Object
    Annotations
    @JSType() @native()
  12. type NavigationOptions[T <: Object] = |[NavigationOptionsRec[T], Function1[NavProps, NavigationOptionsRec[T]]]
  13. trait NavigationOptionsRec[T <: Object] extends Object
    Annotations
    @JSType()
  14. trait Navigator extends Object with ReactJSComponent
    Annotations
    @JSType() @native()
  15. trait NavigatorProps[T] extends Object
    Annotations
    @JSType()
  16. trait Route extends Object
    Annotations
    @JSType()
  17. trait RouteConfig[T <: Object] extends Object
    Annotations
    @JSType()
  18. type RouteConfigs = Dictionary[RouteSpecType]
  19. type RouteSpecType = |[RouteConfig[Object], ReactJSComponent]
  20. trait StackNavController extends Object
    Annotations
    @JSType() @native()
  21. trait StackNavigatorConfig[T <: Object] extends Object
    Annotations
    @JSType()
  22. trait StackNavigatorNavProps extends Object
    Annotations
    @JSType() @native()
  23. trait State[T <: Object] extends Object
    Annotations
    @JSType() @native()

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object GestureDirection
  3. object NavEventName
  4. object NavigatorIOS
  5. object ReactNavigation extends Object with NavigationJS
    Annotations
    @native() @JSImport("react-navigation", JSImport.Namespace)
  6. object navigation extends Object with NavigationJS
    Annotations
    @native() @JSImport("react-navigation", JSImport.Namespace)
  7. object routes

    Create routes using easier syntax.

Inherited from AnyRef

Inherited from Any

Ungrouped