p

scommons

reactnative

package reactnative

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

Package Members

  1. package raw

Type Members

  1. trait AndroidTextStyle extends Object with TextStyle
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. trait IOSTextStyle extends Object with TextStyle
    Annotations
    @ScalaJSDefined() @RawJSType()
  3. trait Image extends AnyRef

    See also

    https://reactnative.dev/docs/image

    https://reactnative.dev/docs/images.html

  4. sealed trait Platform extends AnyRef
  5. implicit class ReactNativeVirtualDOMAttributes extends ActivityIndicatorAttributes with ButtonAttributes with FlatListAttributes with ImageAttributes with KeyboardAvoidingViewAttributes with ModalAttributes with PickerAttributes with ScrollViewAttributes with StatusBarAttributes with SwitchAttributes with TextInputAttributes with TouchableAttributes with TouchableHighlightAttributes with TouchableOpacityAttributes
  6. implicit class ReactNativeVirtualDOMElements extends AnyRef
  7. type StaticResource = reactnative.raw.StaticResource
  8. trait Style extends Object

    Annotations
    @ScalaJSDefined() @RawJSType()
    See also

    https://facebook.github.io/react-native/docs/view-style-props

    https://facebook.github.io/react-native/docs/text-style-props

    https://facebook.github.io/react-native/docs/layout-props

  9. trait TextStyle extends Object with Style

    Annotations
    @ScalaJSDefined() @RawJSType()
    See also

    https://facebook.github.io/react-native/docs/text-style-props

  10. type UriResource = reactnative.raw.UriResource
  11. trait ViewStyle extends Object with Style

    Annotations
    @ScalaJSDefined() @RawJSType()
    See also

    https://facebook.github.io/react-native/docs/view-style-props

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

Value Members

  1. def clearInterval(timeout: Timeout): Unit
  2. def clearTimeout(timeout: Timeout): Unit
  3. def setInterval(callback: Function0[Any], delay: Double): Timeout
  4. def setTimeout(callback: Function0[Any], delay: Double): Timeout
  5. object ActivityIndicator

    See also

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

  6. object Alert

    See also

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

  7. object AndroidTextStyle
  8. object Button

    See also

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

  9. object FlatList

    See also

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

  10. object IOSTextStyle
  11. object Image extends Image
  12. object KeyboardAvoidingView

    See also

    https://reactnative.dev/docs/keyboardavoidingview

  13. object Modal

    See also

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

  14. object Picker

    See also

    https://reactnative.dev/docs/picker

  15. object Platform

    See also

    https://facebook.github.io/react-native/docs/platform-specific-code

  16. object ReactNativeVirtualDOMAttributes
  17. object ScrollView

    See also

    https://reactnative.dev/docs/scrollview

  18. object StatusBar

    See also

    https://reactnative.dev/docs/statusbar

  19. object Style
  20. object StyleSheet
  21. object Switch

    See also

    https://reactnative.dev/docs/switch

  22. object TextInput

    See also

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

  23. object TextStyle
  24. object Touchable
  25. object TouchableHighlight

    See also

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

  26. object TouchableOpacity

    See also

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

  27. object ViewStyle

Inherited from AnyRef

Inherited from Any

Ungrouped