package raw

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

Type Members

  1. trait AlertButton extends Object
    Annotations
    @JSType()
  2. trait AlertOptions extends Object
    Annotations
    @JSType()
  3. trait StaticResource extends Any
    Annotations
    @JSType() @native()
  4. trait Timeout extends Object
    Annotations
    @JSType() @native()
  5. trait Timers extends Object

    https://facebook.github.io/react-native/docs/timers

    https://facebook.github.io/react-native/docs/timers

    Annotations
    @JSType() @native()
  6. trait UriResource extends Object
    Annotations
    @JSType()

Value Members

  1. object ActivityIndicator extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "ActivityIndicator")
  2. object Alert extends Object
    Annotations
    @native() @JSImport("react-native", "Alert")
  3. object Button extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "Button")
  4. object FlatList extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "FlatList")
  5. object Globals extends Object with Timers
    Annotations
    @native() @JSGlobalScope()
  6. object Image extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "Image")
  7. object KeyboardAvoidingView extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "KeyboardAvoidingView")
  8. object Modal extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "Modal")
  9. object Picker extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "Picker")
  10. object Platform extends Object
    Annotations
    @native() @JSImport("react-native", "Platform")
  11. object ScrollView extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "ScrollView")
  12. object StatusBar extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "StatusBar")
  13. object StyleSheet extends Object
    Annotations
    @native() @JSImport("react-native", "StyleSheet")
  14. object Switch extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "Switch")
  15. object Text extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "Text")
  16. object TextInput extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "TextInput")
  17. object TouchableHighlight extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "TouchableHighlight")
  18. object TouchableOpacity extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "TouchableOpacity")
  19. object TouchableWithoutFeedback extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "TouchableWithoutFeedback")
  20. object View extends Object with ReactClass
    Annotations
    @native() @JSImport("react-native", "View")

Inherited from AnyRef

Inherited from Any

Ungrouped