Package

sri.universal

components

Permalink

package components

Visibility
  1. Public
  2. All

Type Members

  1. final class AccessibilityTraits extends AnyVal

    Permalink
  2. final class AutoCapitalize extends AnyVal

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

    Permalink
  4. trait ContentInset extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  6. class DocumentSelectionState extends Object

    Permalink

    Created by chandrasekharkode on 4/3/15.

    Created by chandrasekharkode on 4/3/15.

    Annotations
    @RawJSType() @native()
  7. case class EdgeInsets(top: UndefOr[Double] = undefined, left: UndefOr[Double] = undefined, bottom: UndefOr[Double] = undefined, right: UndefOr[Double] = undefined) extends Product with Serializable

    Permalink
  8. 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, 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
  9. trait ImageM extends Object

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

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

    Permalink
  12. final class ImportantForAccessibility extends AnyVal

    Permalink
  13. 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
  14. 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
  15. trait IncrementalGroupM extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  17. 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
  18. trait IncrementalPresenterM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  19. final class KeyboardType extends AnyVal

    Permalink
  20. 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
  21. class ListViewDataSource[R, H] extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "ReactNative.ListView.DataSource" )
  22. class ListViewDataSourceInput[R, H] extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  24. case class Modal(visible: UndefOr[Boolean] = js.undefined, animated: UndefOr[Boolean] = js.undefined, style: UndefOr[Any] = 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
  25. trait ModalM extends Object

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

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

    Permalink
  28. trait NavigationContext extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  29. 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
  30. 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
  31. trait NavigatorBreadcrumbNavigationBarM extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  33. 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
  34. trait NavigatorSceneConfig extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  36. 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, onValueChange: UndefOr[Function2[T, Int, _]] = js.undefined, selectedValue: UndefOr[T] = js.undefined, testID: UndefOr[String] = js.undefined) extends Product with Serializable

    Permalink
  37. 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
  38. trait PickerItemM extends Object

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

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

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

    Permalink
  42. final class PointerEvents extends AnyVal

    Permalink
  43. 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, size: UndefOr[RefreshControlSize] = undefined) extends Product with Serializable

    Permalink
  44. trait RefreshControlM extends Object

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

    Permalink
  46. final class ReturnKeyType extends AnyVal

    Permalink
  47. trait ScrollEvent extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  48. class ScrollPosition extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  49. 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, 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[Boolean] = js.undefined, pagingEnabled: UndefOr[Boolean] = js.undefined, canCancelContentTouches: UndefOr[Boolean] = js.undefined, showsVerticalScrollIndicator: UndefOr[Boolean] = js.undefined, scrollIndicatorInsets: UndefOr[EdgeInsets] = js.undefined) extends Product with Serializable

    Permalink
  50. final class ScrollViewIndicatorStyle extends AnyVal

    Permalink
  51. trait ScrollViewM extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  53. 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
  54. trait SliderM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  55. 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[Function1[String, _]] = undefined, tintColor: UndefOr[Function1[String, _]] = undefined, onTintColor: UndefOr[Function1[String, _]] = undefined, thumbTintColor: UndefOr[Function1[String, _]] = undefined) extends Product with Serializable

    Permalink
  56. trait SwitchM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  57. case class Text(suppressHighlighting: UndefOr[Boolean] = js.undefined, onPress: UndefOr[() ⇒ Unit] = js.undefined, style: UndefOr[Any] = js.undefined, allowFontScaling: 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, testID: UndefOr[String] = js.undefined) extends Product with Serializable

    Permalink
  58. final class TextAlign extends AnyVal

    Permalink
  59. final class TextAlignVertical extends AnyVal

    Permalink
  60. 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, 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, autoCorrect: UndefOr[Boolean] = js.undefined, autoCapitalize: UndefOr[AutoCapitalize] = js.undefined, key: UndefOr[String] = js.undefined, bufferDelay: UndefOr[Int] = js.undefined, onEndEditing: UndefOr[(ReactEvent[TextInputEvent]) ⇒ Unit] = js.undefined, testID: UndefOr[String] = js.undefined, returnKeyType: UndefOr[ReturnKeyType] = js.undefined, onFocus: 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, editable: UndefOr[Boolean] = js.undefined, blurOnSubmit: UndefOr[Boolean] = js.undefined, password: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  61. trait TextInputM extends Object

    Permalink

    mounted TextInput component methods

    mounted TextInput component methods

    Annotations
    @RawJSType() @native()
  62. trait TextM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  63. 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
  64. trait TouchableHighlightM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  65. 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
  66. trait TouchableOpacityM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  67. 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, 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
  68. trait TouchableWithoutFeedbackM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  69. 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, 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
  70. trait ViewM extends Object

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

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

    Permalink
  73. 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
  74. trait WindowedListViewM extends Object

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

    Permalink

Value Members

  1. object AccessibilityTraits

    Permalink
  2. object AutoCapitalize

    Permalink
  3. object DefaultNavigationBar

    Permalink
  4. object Image extends Serializable

    Permalink
  5. object ImageResizeMode

    Permalink
  6. object ImageSource extends Serializable

    Permalink
  7. object ImportantForAccessibility

    Permalink
  8. object KeyboardType

    Permalink
  9. object NavigationBarNavState extends Serializable

    Permalink
  10. object Navigator extends Serializable

    Permalink
  11. object NavigatorNavigationBarS

    Permalink
  12. object Picker extends Serializable

    Permalink
  13. object PointerEvents

    Permalink
  14. object RefreshControl extends Serializable

    Permalink
  15. object RefreshControlSize

    Permalink
  16. object ReturnKeyType

    Permalink
  17. object ScrollViewIndicatorStyle

    Permalink
  18. object TextAlign

    Permalink
  19. object TextAlignVertical

    Permalink
  20. object VisibleRows extends Serializable

    Permalink
  21. object VisibleSection extends Serializable

    Permalink
  22. object keyboardDismissMode

    Permalink

Ungrouped