Package

sri.universal

components

Permalink

package components

Visibility
  1. Public
  2. All

Type Members

  1. final class AccessibilityTraits extends AnyVal

    Permalink
  2. case class ActivityIndicator(size: UndefOr[ActivityIndicatorSize] = js.undefined, hidesWhenStopped: UndefOr[Boolean] = js.undefined, style: UndefOr[Any] = js.undefined, onLayout: UndefOr[Function] = js.undefined, ref: UndefOr[Function1[ActivityIndicatorM, _]] = js.undefined, color: UndefOr[String] = js.undefined, key: UndefOr[String] = js.undefined, animating: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  3. trait ActivityIndicatorM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  4. final class ActivityIndicatorSize extends AnyVal

    Permalink
  5. final class AutoCapitalize extends AnyVal

    Permalink
  6. case class BreadcrumbNavigationBarRouteMapper(rightContentForRoute: (Dynamic, NavigatorM) ⇒ ReactElement, titleContentForRoute: (Dynamic, NavigatorM) ⇒ ReactElement, iconForRoute: (Dynamic, NavigatorM) ⇒ ReactElement, separatorForRoute: (Dynamic, NavigatorM) ⇒ ReactElement) extends Product with Serializable

    Permalink
  7. case class Button(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, ref: UndefOr[Function1[ButtonM, _]] = undefined, title: String, disabled: UndefOr[Boolean] = undefined, onPress: Function0[_], testID: UndefOr[String] = undefined, color: UndefOr[String] = undefined, accessibilityLabel: UndefOr[String] = undefined) extends Product with Serializable

    Permalink
  8. trait ButtonM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  9. trait ContentInset extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  10. trait ContentOffset extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  11. final class DataDetectorTypes extends AnyVal

    Permalink
  12. class DocumentSelectionState extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSImport( "react-native" , "DocumentSelectionState" )
  13. case class EdgeInsets(top: UndefOr[Double] = undefined, left: UndefOr[Double] = undefined, bottom: UndefOr[Double] = undefined, right: UndefOr[Double] = undefined) extends Product with Serializable

    Permalink
  14. case class Image(source: UndefOr[ImageSource] = js.undefined, sourceDynamic: UndefOr[Any] = js.undefined, style: UndefOr[Any] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, onError: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, ref: UndefOr[Function1[ImageM, _]] = js.undefined, onLoadEnd: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, onLoad: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, key: UndefOr[String] = js.undefined, resizeMode: UndefOr[ImageResizeMode] = js.undefined, testID: UndefOr[String] = js.undefined, blurRadius: UndefOr[Double] = js.undefined, onLoadStart: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, defaultSource: UndefOr[ImageSource] = js.undefined, animatedImage: Boolean = false, defaultSourceDynamic: UndefOr[Dynamic] = js.undefined, loadingIndicatorSrc: UndefOr[ImageSource] = js.undefined, loadingIndicatorSrcDynamic: UndefOr[Dynamic] = js.undefined, onProgress: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  15. trait ImageM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  16. final class ImageResizeMode extends AnyVal

    Permalink
  17. case class ImageSource(uri: String, isStatic: UndefOr[Boolean] = js.undefined, scale: UndefOr[Double] = js.undefined) extends Product with Serializable

    Permalink
  18. final class ImportantForAccessibility extends AnyVal

    Permalink
  19. case class Incremental(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, onDone: UndefOr[Function0[_]] = undefined, name: UndefOr[String] = undefined, disabled: UndefOr[Boolean] = undefined, ref: UndefOr[Function1[IncrementalM, _]] = undefined) extends Product with Serializable

    Permalink
  20. case class IncrementalGroup(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, onDone: UndefOr[Function0[_]] = undefined, name: UndefOr[String] = undefined, disabled: UndefOr[Boolean] = undefined, ref: UndefOr[Function1[IncrementalM, _]] = undefined) extends Product with Serializable

    Permalink
  21. trait IncrementalGroupM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  22. trait IncrementalM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  23. case class IncrementalPresenter(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, onDone: UndefOr[Function0[_]] = undefined, name: UndefOr[String] = undefined, onLayout: UndefOr[Function1[ReactEvent[Object], _]] = undefined, disabled: UndefOr[Boolean] = undefined, ref: UndefOr[Function1[IncrementalM, _]] = undefined) extends Product with Serializable

    Permalink
  24. trait IncrementalPresenterM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  25. case class KeyboardAvoidingView(onResponderReject: UndefOr[Function] = js.undefined, renderToHardwareTextureAndroid: UndefOr[Boolean] = js.undefined, onStartShouldSetResponder: UndefOr[Function] = js.undefined, onResponderRelease: UndefOr[Function] = js.undefined, onMagicTap: UndefOr[Function] = js.undefined, onResponderMove: UndefOr[Function] = js.undefined, style: UndefOr[Any] = js.undefined, contentContainerStyle: UndefOr[Any] = js.undefined, collapsable: UndefOr[Boolean] = js.undefined, keyboardVerticalOffset: UndefOr[Double] = js.undefined, shouldRasterizeIOS: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, behavior: UndefOr[KeyboardAvoidingViewBehaviour] = js.undefined, onAccessibilityTap: UndefOr[Function0[_]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, AccessibilityComponentType: UndefOr[Any] = js.undefined, onMoveShouldSetResponder: UndefOr[Function] = js.undefined, removeClippedSubviews: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[KeyboardAvoidingViewM, _]] = js.undefined, accessibilityTraits: UndefOr[Seq[AccessibilityTraits]] = js.undefined, onAcccessibilityTap: UndefOr[Function] = js.undefined, collapsible: UndefOr[Boolean] = js.undefined, needsOffscreenAlphaCompositing: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, onResponderTerminationRequest: UndefOr[Function] = js.undefined, testID: UndefOr[String] = js.undefined, pointerEvents: UndefOr[PointerEvents] = js.undefined, onResponderTerminate: UndefOr[Function] = js.undefined, onStartShouldSetResponderCapture: UndefOr[Function] = js.undefined, onResponderGrant: UndefOr[Function] = js.undefined, importantForAccessibility: UndefOr[ImportantForAccessibility] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  26. final class KeyboardAvoidingViewBehaviour extends AnyVal

    Permalink
  27. trait KeyboardAvoidingViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  28. trait KeyboardChangeEvent extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  29. final class KeyboardType extends AnyVal

    Permalink
  30. final class LineBreakMode extends AnyVal

    Permalink
  31. case class ListView[T, H](zoomScale: UndefOr[Int] = js.undefined, scrollRenderAheadDistance: UndefOr[Int] = js.undefined, renderFooter: UndefOr[() ⇒ ReactElement] = js.undefined, contentContainerStyle: UndefOr[Any] = js.undefined, contentInset: UndefOr[EdgeInsets] = js.undefined, alwaysBounceVertical: UndefOr[Boolean] = js.undefined, pageSize: UndefOr[Int] = js.undefined, decelerationRate: UndefOr[Int] = js.undefined, minimumZoomScale: UndefOr[Double] = js.undefined, scrollsToTop: UndefOr[Boolean] = js.undefined, renderHeader: UndefOr[() ⇒ ReactElement] = js.undefined, keyboardDismissMode: UndefOr[keyboardDismissMode] = js.undefined, style: UndefOr[Any] = js.undefined, renderRow: (T, |[String, Int], |[String, Int], Function2[|[String, Int], |[String, Int], _]) ⇒ ReactElement, horizontal: UndefOr[Boolean] = js.undefined, contentOffset: UndefOr[PointProp] = js.undefined, centerContent: UndefOr[Boolean] = js.undefined, removeClippedSubviews: UndefOr[Boolean] = js.undefined, onEndReachedThreshold: UndefOr[Int] = js.undefined, ref: UndefOr[Function1[ListViewM, _]] = js.undefined, onScroll: UndefOr[() ⇒ Unit] = js.undefined, dataSource: ListViewDataSource[T, H], scrollEventThrottle: UndefOr[Int] = js.undefined, throttleScrollCallbackMS: UndefOr[Int] = js.undefined, showsHorizontalScrollIndicator: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, bouncesZoom: UndefOr[Boolean] = js.undefined, renderScrollComponent: UndefOr[(Dynamic) ⇒ ReactElement] = js.undefined, alwaysBounceHorizontal: UndefOr[Boolean] = js.undefined, bounces: UndefOr[Boolean] = js.undefined, maximumZoomScale: UndefOr[Double] = js.undefined, onEndReached: UndefOr[() ⇒ Unit] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, initialListSize: UndefOr[Int] = js.undefined, onScrollAnimationEnd: UndefOr[() ⇒ Unit] = js.undefined, stickyHeaderIndices: UndefOr[Array[Int]] = js.undefined, directionalLockEnabled: UndefOr[Boolean] = js.undefined, keyboardShouldPersistTaps: UndefOr[Boolean] = js.undefined, renderSeparator: UndefOr[(String, String, Boolean) ⇒ ReactElement] = js.undefined, onChangeVisibleRows: UndefOr[(VisibleRows, VisibleRows) ⇒ Unit] = js.undefined, pagingEnabled: UndefOr[Boolean] = js.undefined, renderSectionHeader: UndefOr[(H, String) ⇒ ReactElement] = js.undefined, canCancelContentTouches: UndefOr[Boolean] = js.undefined, showsVerticalScrollIndicator: UndefOr[Boolean] = js.undefined, scrollIndicatorInsets: UndefOr[EdgeInsets] = js.undefined) extends Product with Serializable

    Permalink
  32. class ListViewDataSource[R, H] extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSImport( "react-native" , "ListView.DataSource" )
  33. trait ListViewDataSourceInput[R, H] extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  34. trait ListViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  35. case class Modal(visible: UndefOr[Boolean] = js.undefined, style: UndefOr[Any] = js.undefined, animationType: UndefOr[ModalAnimationType] = js.undefined, onDismiss: UndefOr[Function0[_]] = js.undefined, ref: UndefOr[Function1[ModalM, _]] = js.undefined, key: UndefOr[String] = js.undefined, transparent: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  36. final class ModalAnimationType extends AnyVal

    Permalink
  37. trait ModalM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  38. case class NavigationBarNavState(routeStack: Seq[Dynamic], presentedIndex: Int) extends Product with Serializable

    Permalink
  39. case class NavigationBarRouteMapper(Title: RouteMapperType, LeftButton: RouteMapperType, RightButton: RouteMapperType) extends Product with Serializable

    Permalink
  40. trait NavigationContext extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  41. case class Navigator(navigator: UndefOr[Object] = js.undefined, onItemRef: UndefOr[(String, Int, Dynamic) ⇒ Unit] = js.undefined, ref: UndefOr[Function1[NavigatorM, _]] = js.undefined, navigationBar: UndefOr[ReactElement] = js.undefined, key: UndefOr[String] = js.undefined, renderScene: (Dynamic, NavigatorM) ⇒ ReactElement, initialRouteStack: UndefOr[Array[Dynamic]] = js.undefined, sceneStyle: UndefOr[Any] = js.undefined, style: UndefOr[Any] = js.undefined, configureScene: UndefOr[(Dynamic) ⇒ NavigatorSceneConfig] = js.undefined, initialRoute: UndefOr[Object] = js.undefined) extends Product with Serializable

    Permalink
  42. case class NavigatorBreadcrumbNavigationBar(navigator: UndefOr[NavigatorM] = js.undefined, style: UndefOr[Any] = js.undefined, ref: UndefOr[Function1[NavigatorBreadcrumbNavigationBar, _]] = js.undefined, key: UndefOr[String] = js.undefined, routeMapper: UndefOr[BreadcrumbNavigationBarRouteMapper] = js.undefined, navState: UndefOr[NavigationBarNavState] = js.undefined) extends Product with Serializable

    Permalink
  43. trait NavigatorBreadcrumbNavigationBarM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  44. trait NavigatorM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  45. case class NavigatorNavigationBar(navigator: UndefOr[NavigatorM] = js.undefined, style: UndefOr[Any] = js.undefined, ref: UndefOr[String] = js.undefined, key: UndefOr[String] = js.undefined, routeMapper: UndefOr[Any] = js.undefined, navState: UndefOr[NavigationBarNavState] = js.undefined) extends Product with Serializable

    Permalink
  46. trait NavigatorSceneConfig extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  47. trait NavigatorSceneConfigs extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  48. case class Picker[T](style: UndefOr[Any] = js.undefined, ref: UndefOr[Function1[PickerItemM, _]] = js.undefined, key: UndefOr[String] = js.undefined, itemStyle: UndefOr[Any] = js.undefined, prompt: UndefOr[String] = js.undefined, enabled: UndefOr[Boolean] = js.undefined, mode: UndefOr[PickerMode] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, onValueChange: UndefOr[Function2[T, Int, _]] = js.undefined, selectedValue: UndefOr[T] = js.undefined, testID: UndefOr[String] = js.undefined) extends Product with Serializable

    Permalink
  49. case class PickerItem[T](style: UndefOr[Any] = js.undefined, label: UndefOr[String] = js.undefined, color: UndefOr[String] = js.undefined, testID: UndefOr[String] = js.undefined, ref: UndefOr[Function1[PickerItemM, _]] = js.undefined, key: UndefOr[String] = js.undefined, value: UndefOr[T] = js.undefined) extends Product with Serializable

    Permalink
  50. trait PickerItemM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  51. trait PickerM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  52. trait PickerMode extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  53. case class PointProp(x: Double, y: Double) extends Product with Serializable

    Permalink
  54. final class PointerEvents extends AnyVal

    Permalink
  55. case class RefreshControl(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, ref: UndefOr[Function1[RefreshControlM, _]] = undefined, onRefresh: UndefOr[Function0[_]] = undefined, refreshing: UndefOr[Boolean] = undefined, tintColor: UndefOr[String] = undefined, title: UndefOr[String] = undefined, enabled: UndefOr[Boolean] = undefined, colors: UndefOr[Seq[String]] = undefined, progressBackgroundColor: UndefOr[String] = undefined, progressViewOffset: UndefOr[Double] = undefined, size: UndefOr[RefreshControlSize] = undefined) extends Product with Serializable

    Permalink
  56. trait RefreshControlM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  57. final class RefreshControlSize extends AnyVal

    Permalink
  58. final class ReturnKeyType extends AnyVal

    Permalink
  59. trait ScreenRect extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  60. trait ScrollEvent extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  61. trait ScrollPosition extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  62. case class ScrollView(zoomScale: UndefOr[Int] = js.undefined, contentContainerStyle: UndefOr[Any] = js.undefined, contentInset: UndefOr[EdgeInsets] = js.undefined, alwaysBounceVertical: UndefOr[Boolean] = js.undefined, decelerationRate: UndefOr[Double] = js.undefined, minimumZoomScale: UndefOr[Double] = js.undefined, scrollsToTop: UndefOr[Boolean] = js.undefined, keyboardDismissMode: UndefOr[keyboardDismissMode] = js.undefined, style: UndefOr[Any] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, contentOffset: UndefOr[PointProp] = js.undefined, centerContent: UndefOr[Boolean] = js.undefined, removeClippedSubviews: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[ScrollViewM, _]] = js.undefined, onScroll: UndefOr[(ReactEvent[ScrollEvent]) ⇒ Unit] = js.undefined, scrollEventThrottle: UndefOr[Int] = js.undefined, throttleScrollCallbackMS: UndefOr[Int] = js.undefined, showsHorizontalScrollIndicator: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, endFillColor: UndefOr[String] = js.undefined, refreshControl: UndefOr[ReactElement] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, indicatorStyle: UndefOr[ScrollViewIndicatorStyle] = js.undefined, bouncesZoom: UndefOr[Boolean] = js.undefined, alwaysBounceHorizontal: UndefOr[Boolean] = js.undefined, bounces: UndefOr[Boolean] = js.undefined, animatedScrollView: Boolean = false, maximumZoomScale: UndefOr[Double] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, onScrollAnimationEnd: UndefOr[() ⇒ Unit] = js.undefined, stickyHeaderIndices: UndefOr[Array[Int]] = js.undefined, directionalLockEnabled: UndefOr[Boolean] = js.undefined, keyboardShouldPersistTaps: UndefOr[ScrollViewKeyboardPersistTaps] = js.undefined, pagingEnabled: UndefOr[Boolean] = js.undefined, scrollPerfTag: UndefOr[String] = js.undefined, canCancelContentTouches: UndefOr[Boolean] = js.undefined, showsVerticalScrollIndicator: UndefOr[Boolean] = js.undefined, scrollIndicatorInsets: UndefOr[EdgeInsets] = js.undefined) extends Product with Serializable

    Permalink
  63. final class ScrollViewIndicatorStyle extends AnyVal

    Permalink
  64. trait ScrollViewKeyboardPersistTaps extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  65. trait ScrollViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  66. trait Size2d extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  67. case class Slider(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, ref: UndefOr[Function1[SliderM, _]] = undefined, minimumTrackTintColor: UndefOr[String] = js.undefined, minimumValue: UndefOr[Double] = js.undefined, onSlidingComplete: UndefOr[Function1[Double, _]] = js.undefined, maximumTrackTintColor: UndefOr[String] = js.undefined, thumbImage: UndefOr[ImageSource] = js.undefined, thumbImageDynamic: UndefOr[ImageSource] = js.undefined, trackImage: UndefOr[ImageSource] = js.undefined, trackImageDynamic: UndefOr[ImageSource] = js.undefined, minimumTrackImage: UndefOr[ImageSource] = js.undefined, minimumTrackImageDynamic: UndefOr[ImageSource] = js.undefined, maximumTrackImage: UndefOr[ImageSource] = js.undefined, maximumTrackImageDynamic: UndefOr[ImageSource] = js.undefined, onValueChange: UndefOr[(Double) ⇒ Unit] = js.undefined, value: UndefOr[Double] = js.undefined, step: UndefOr[Double] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, testID: UndefOr[String] = js.undefined, maximumValue: UndefOr[Double] = js.undefined) extends Product with Serializable

    Permalink
  68. trait SliderM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  69. case class SwipeableListView[T, H](zoomScale: UndefOr[Int] = js.undefined, scrollRenderAheadDistance: UndefOr[Int] = js.undefined, renderFooter: UndefOr[() ⇒ ReactElement] = js.undefined, contentContainerStyle: UndefOr[Any] = js.undefined, contentInset: UndefOr[EdgeInsets] = js.undefined, alwaysBounceVertical: UndefOr[Boolean] = js.undefined, pageSize: UndefOr[Int] = js.undefined, decelerationRate: UndefOr[Int] = js.undefined, minimumZoomScale: UndefOr[Double] = js.undefined, scrollsToTop: UndefOr[Boolean] = js.undefined, renderHeader: UndefOr[() ⇒ ReactElement] = js.undefined, keyboardDismissMode: UndefOr[keyboardDismissMode] = js.undefined, style: UndefOr[Any] = js.undefined, renderRow: (T, |[String, Int], |[String, Int], Function2[|[String, Int], |[String, Int], _]) ⇒ ReactElement, horizontal: UndefOr[Boolean] = js.undefined, contentOffset: UndefOr[PointProp] = js.undefined, centerContent: UndefOr[Boolean] = js.undefined, bounceFirstRowOnMount: Boolean, maxSwipeDistance: Double, renderQuickActions: Function, removeClippedSubviews: UndefOr[Boolean] = js.undefined, onEndReachedThreshold: UndefOr[Int] = js.undefined, ref: UndefOr[Function1[SwipeableListViewM, _]] = js.undefined, onScroll: UndefOr[() ⇒ Unit] = js.undefined, dataSource: SwipeableListViewDataSource[T, H], scrollEventThrottle: UndefOr[Int] = js.undefined, throttleScrollCallbackMS: UndefOr[Int] = js.undefined, showsHorizontalScrollIndicator: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, bouncesZoom: UndefOr[Boolean] = js.undefined, renderScrollComponent: UndefOr[(Dynamic) ⇒ ReactElement] = js.undefined, alwaysBounceHorizontal: UndefOr[Boolean] = js.undefined, bounces: UndefOr[Boolean] = js.undefined, maximumZoomScale: UndefOr[Double] = js.undefined, onEndReached: UndefOr[() ⇒ Unit] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, initialListSize: UndefOr[Int] = js.undefined, onScrollAnimationEnd: UndefOr[() ⇒ Unit] = js.undefined, stickyHeaderIndices: UndefOr[Array[Int]] = js.undefined, directionalLockEnabled: UndefOr[Boolean] = js.undefined, keyboardShouldPersistTaps: UndefOr[Boolean] = js.undefined, renderSeparator: UndefOr[(String, String, Boolean) ⇒ ReactElement] = js.undefined, onChangeVisibleRows: UndefOr[(VisibleRows, VisibleRows) ⇒ Unit] = js.undefined, pagingEnabled: UndefOr[Boolean] = js.undefined, renderSectionHeader: UndefOr[(H, String) ⇒ ReactElement] = js.undefined, canCancelContentTouches: UndefOr[Boolean] = js.undefined, showsVerticalScrollIndicator: UndefOr[Boolean] = js.undefined, scrollIndicatorInsets: UndefOr[EdgeInsets] = js.undefined) extends Product with Serializable

    Permalink
  70. class SwipeableListViewDataSource[R, H] extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSImport( "react-native" , "SwipeableListViewDataSource" )
  71. trait SwipeableListViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  72. case class Switch(key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, ref: UndefOr[Function1[SwitchM, _]] = undefined, value: UndefOr[Boolean] = undefined, disabled: UndefOr[Boolean] = undefined, onValueChange: UndefOr[Function1[Boolean, _]] = undefined, testID: UndefOr[String] = undefined, tintColor: UndefOr[String] = undefined, onTintColor: UndefOr[String] = undefined, thumbTintColor: UndefOr[String] = undefined) extends Product with Serializable

    Permalink
  73. trait SwitchM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  74. case class Text(suppressHighlighting: UndefOr[Boolean] = js.undefined, onPress: UndefOr[(ReactEvent[SyntheticEvent]) ⇒ Unit] = js.undefined, onLongPress: UndefOr[(ReactEvent[SyntheticEvent]) ⇒ Unit] = js.undefined, style: UndefOr[Any] = js.undefined, allowFontScaling: UndefOr[Boolean] = js.undefined, selectable: UndefOr[Boolean] = js.undefined, adjustsFontSizeToFit: UndefOr[Boolean] = js.undefined, includeFontPadding: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, numberOfLines: UndefOr[Int] = js.undefined, ref: UndefOr[Function1[TextM, _]] = js.undefined, key: UndefOr[String] = js.undefined, animatedText: Boolean = false, lineBreakMode: UndefOr[LineBreakMode] = js.undefined, testID: UndefOr[String] = js.undefined) extends Product with Serializable

    Permalink
  75. final class TextAlign extends AnyVal

    Permalink
  76. final class TextAlignVertical extends AnyVal

    Permalink
  77. case class TextInput(onBlur: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, placeholderTextColor: UndefOr[String] = js.undefined, multiline: UndefOr[Boolean] = js.undefined, maxLength: UndefOr[Int] = js.undefined, style: UndefOr[Any] = js.undefined, onChange: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, onScroll: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, onSelectionChange: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, underlineColorAndroid: UndefOr[String] = js.undefined, keyboardType: UndefOr[KeyboardType] = js.undefined, onLayout: UndefOr[Function] = js.undefined, selectionState: UndefOr[DocumentSelectionState] = js.undefined, selectionColor: UndefOr[String] = js.undefined, enablesReturnKeyAutomatically: UndefOr[Boolean] = js.undefined, clearTextOnFocus: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[TextInputM, _]] = js.undefined, textAlignVertical: UndefOr[TextAlignVertical] = js.undefined, onSubmitEditing: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, placeholder: UndefOr[String] = js.undefined, textAlign: UndefOr[TextAlign] = js.undefined, onChangeText: UndefOr[(String) ⇒ Unit] = js.undefined, tintColor: UndefOr[String] = js.undefined, autoFocus: UndefOr[Boolean] = js.undefined, spellCheck: UndefOr[Boolean] = js.undefined, autoCorrect: UndefOr[Boolean] = js.undefined, disableExtractUI: UndefOr[Boolean] = js.undefined, autoCapitalize: UndefOr[AutoCapitalize] = js.undefined, key: UndefOr[String] = js.undefined, bufferDelay: UndefOr[Int] = js.undefined, selection: UndefOr[TextInputSelection] = js.undefined, onEndEditing: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, testID: UndefOr[String] = js.undefined, returnKeyType: UndefOr[ReturnKeyType] = js.undefined, returnKeyLabel: UndefOr[String] = js.undefined, onFocus: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, onContentSizeChange: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, clearButtonMode: UndefOr[String] = js.undefined, value: UndefOr[String] = js.undefined, defaultValue: UndefOr[String] = js.undefined, selectTextOnFocus: UndefOr[Boolean] = js.undefined, dataDetectorTypes: UndefOr[DataDetectorTypes] = js.undefined, editable: UndefOr[Boolean] = js.undefined, blurOnSubmit: UndefOr[Boolean] = js.undefined, password: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  78. trait TextInputM extends Object

    Permalink

    mounted TextInput component methods

    mounted TextInput component methods

    Annotations
    @RawJSType() @native()
  79. trait TextInputSelection extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  80. trait TextM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  81. case class TouchableHighlight(onPressIn: UndefOr[Function0[_]] = js.undefined, onPress: UndefOr[Function0[_]] = js.undefined, style: UndefOr[Any] = js.undefined, delayPressIn: UndefOr[Int] = js.undefined, onHideUnderlay: UndefOr[Function0[_]] = js.undefined, ref: UndefOr[Function1[TouchableHighlightM, _]] = js.undefined, onPressOut: UndefOr[Function0[_]] = js.undefined, key: UndefOr[String] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, accessibilityTraits: UndefOr[String] = js.undefined, accessibilityComponentType: UndefOr[String] = js.undefined, onLongPress: UndefOr[Function0[_]] = js.undefined, underlayColor: UndefOr[String] = js.undefined, delayPressOut: UndefOr[Int] = js.undefined, delayLongPress: UndefOr[Int] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, onShowUnderlay: UndefOr[Function0[_]] = js.undefined, activeOpacity: UndefOr[Double] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  82. trait TouchableHighlightM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  83. case class TouchableOpacity(onPressIn: UndefOr[Function0[_]] = js.undefined, onPress: UndefOr[Function0[_]] = js.undefined, style: UndefOr[Any] = js.undefined, delayPressIn: UndefOr[Int] = js.undefined, ref: UndefOr[Function1[TouchableOpacityM, _]] = js.undefined, onPressOut: UndefOr[Function0[_]] = js.undefined, key: UndefOr[String] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, accessibilityTraits: UndefOr[String] = js.undefined, accessibilityComponentType: UndefOr[String] = js.undefined, onLongPress: UndefOr[Function0[_]] = js.undefined, delayPressOut: UndefOr[Int] = js.undefined, delayLongPress: UndefOr[Int] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, activeOpacity: UndefOr[Double] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  84. trait TouchableOpacityM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  85. case class TouchableWithoutFeedback(onPressIn: UndefOr[Function0[_]] = js.undefined, onPress: UndefOr[Function0[_]] = js.undefined, style: UndefOr[Any] = js.undefined, delayPressIn: UndefOr[Int] = js.undefined, ref: UndefOr[Function1[TouchableWithoutFeedbackM, _]] = js.undefined, onPressOut: UndefOr[Function0[_]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, accessibilityTraits: UndefOr[String] = js.undefined, accessibilityComponentType: UndefOr[String] = js.undefined, key: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, shouldBlockResponder: UndefOr[Boolean] = js.undefined, onLongPress: UndefOr[Function0[_]] = js.undefined, delayPressOut: UndefOr[Int] = js.undefined, delayLongPress: UndefOr[Int] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  86. trait TouchableWithoutFeedbackM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  87. case class View(onResponderReject: UndefOr[Function] = js.undefined, renderToHardwareTextureAndroid: UndefOr[Boolean] = js.undefined, onStartShouldSetResponder: UndefOr[Function] = js.undefined, onResponderRelease: UndefOr[Function] = js.undefined, onMagicTap: UndefOr[Function] = js.undefined, onResponderMove: UndefOr[Function] = js.undefined, style: UndefOr[Any] = js.undefined, collapsable: UndefOr[Boolean] = js.undefined, shouldRasterizeIOS: UndefOr[Boolean] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, onAccessibilityTap: UndefOr[Function0[_]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, AccessibilityComponentType: UndefOr[Any] = js.undefined, onMoveShouldSetResponder: UndefOr[Function] = js.undefined, removeClippedSubviews: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[ViewM, _]] = js.undefined, accessibilityTraits: UndefOr[Seq[AccessibilityTraits]] = js.undefined, onAcccessibilityTap: UndefOr[Function] = js.undefined, collapsible: UndefOr[Boolean] = js.undefined, animatedView: Boolean = false, needsOffscreenAlphaCompositing: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, onResponderTerminationRequest: UndefOr[Function] = js.undefined, testID: UndefOr[String] = js.undefined, pointerEvents: UndefOr[PointerEvents] = js.undefined, onResponderTerminate: UndefOr[Function] = js.undefined, onStartShouldSetResponderCapture: UndefOr[Function] = js.undefined, onResponderGrant: UndefOr[Function] = js.undefined, importantForAccessibility: UndefOr[ImportantForAccessibility] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  88. trait ViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  89. case class VisibleRows(sectionID: VisibleSection) extends Product with Serializable

    Permalink
  90. case class VisibleSection(rowID: Boolean) extends Product with Serializable

    Permalink
  91. case class WindowedListView[T](key: UndefOr[String] = undefined, style: UndefOr[Any] = undefined, data: Array[T], renderRow: (T, Int, Int, String) ⇒ ReactElement, renderWindowBoundaryIndicator: UndefOr[() ⇒ ReactElement] = undefined, renderFooter: UndefOr[() ⇒ ReactElement] = undefined, onScroll: UndefOr[Function1[ReactEvent[Object], _]] = undefined, onVisibleRowsChanged: UndefOr[Function2[Int, Int, _]] = undefined, onViewableRowsChanged: UndefOr[Function1[Array[Int], _]] = undefined, viewablePercentThreshold: UndefOr[Double] = undefined, initialNumToRender: UndefOr[Int] = undefined, maxNumToRender: UndefOr[Int] = undefined, numToRenderAhead: UndefOr[Int] = undefined, recomputeRowsBatchingPeriod: UndefOr[Int] = undefined, renderScrollComponent: UndefOr[(Object) ⇒ ReactElement] = undefined, enableDangerousRecycling: UndefOr[Boolean] = undefined, disableIncrementalRendering: UndefOr[Boolean] = undefined, asyncRowPerfEventName: UndefOr[String] = undefined, ref: UndefOr[Function1[WindowedListViewM, _]] = undefined) extends Product with Serializable

    Permalink
  92. trait WindowedListViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  93. final class keyboardDismissMode extends AnyVal

    Permalink

Value Members

  1. object AccessibilityTraits

    Permalink
  2. object ActivityIndicatorSize

    Permalink
  3. object AutoCapitalize

    Permalink
  4. object DataDetectorTypes

    Permalink
  5. object DefaultNavigationBar

    Permalink
  6. object Image extends Serializable

    Permalink
  7. object ImageResizeMode

    Permalink
  8. object ImageSource extends Serializable

    Permalink
  9. object ImportantForAccessibility

    Permalink
  10. object KeyboardAvoidingViewBehaviour

    Permalink
  11. object KeyboardType

    Permalink
  12. object LineBreakMode

    Permalink
  13. object ModalAnimationType

    Permalink
  14. object NavigationBarNavState extends Serializable

    Permalink
  15. object Navigator extends Serializable

    Permalink
  16. object NavigatorNavigationBarS

    Permalink
  17. object Picker extends Serializable

    Permalink
  18. object PointerEvents

    Permalink
  19. object RefreshControl extends Serializable

    Permalink
  20. object RefreshControlSize

    Permalink
  21. object ReturnKeyType

    Permalink
  22. object ScrollViewIndicatorStyle

    Permalink
  23. object ScrollViewKeyboardPersistTaps

    Permalink
  24. object SwipeableListView extends Serializable

    Permalink
  25. object TextAlign

    Permalink
  26. object TextAlignVertical

    Permalink
  27. object VisibleRows extends Serializable

    Permalink
  28. object VisibleSection extends Serializable

    Permalink
  29. object keyboardDismissMode

    Permalink

Ungrouped