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. class DocumentSelectionState extends Object

    Permalink

    Created by chandrasekharkode on 4/3/15.

    Created by chandrasekharkode on 4/3/15.

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

    Permalink
  6. case class Image(onLoaded: UndefOr[Boolean] = js.undefined, 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[(Dynamic) ⇒ Unit] = js.undefined, ref: UndefOr[Function1[ImageM, _]] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, onLoadAbort: UndefOr[Function] = js.undefined, key: UndefOr[String] = js.undefined, resizeMode: UndefOr[ImageResizeMode] = js.undefined, testID: UndefOr[String] = js.undefined, onLoadStart: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, defaultSource: UndefOr[ImageSource] = js.undefined, loadingIndicatorSrc: UndefOr[ImageSource] = js.undefined, onLoadProgress: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  7. trait ImageM extends Object

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

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

    Permalink
  10. final class ImportantForAccessibility extends AnyVal

    Permalink
  11. final class KeyboardType extends AnyVal

    Permalink
  12. 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, String) ⇒ 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, H) ⇒ ReactElement] = js.undefined, canCancelContentTouches: UndefOr[Boolean] = js.undefined, showsVerticalScrollIndicator: UndefOr[Boolean] = js.undefined, scrollIndicatorInsets: UndefOr[EdgeInsets] = js.undefined) extends Product with Serializable

    Permalink
  13. class ListViewDataSource[T, H] extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSName( "React.ListView.DataSource" )
  14. trait ListViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  15. 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
  16. trait ModalM extends Object

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

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

    Permalink
  19. trait NavigationContext extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  20. 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
  21. 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
  22. trait NavigatorBreadcrumbNavigationBarM extends Object

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

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

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

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

    Permalink
  28. 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
  29. trait PickerItemM extends Object

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

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

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

    Permalink
  33. final class PointerEvents extends AnyVal

    Permalink
  34. 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
  35. trait RefreshControlM extends Object

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

    Permalink
  37. final class ReturnKeyType extends AnyVal

    Permalink
  38. 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[Int] = 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[() ⇒ Unit] = js.undefined, scrollEventThrottle: UndefOr[Int] = js.undefined, throttleScrollCallbackMS: UndefOr[Int] = js.undefined, showsHorizontalScrollIndicator: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, refreshControl: UndefOr[ReactElement] = js.undefined, scrollEnabled: UndefOr[Boolean] = 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
  39. trait ScrollViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  40. 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
  41. trait SwitchM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  42. 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
  43. final class TextAlign extends AnyVal

    Permalink
  44. final class TextAlignVertical extends AnyVal

    Permalink
  45. case class TextInput(onBlur: UndefOr[(ReactEvent) ⇒ 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) ⇒ Unit] = js.undefined, onSelectionChange: UndefOr[(ReactEvent) ⇒ Unit] = js.undefined, underlineColorAndroid: UndefOr[String] = js.undefined, keyboardType: UndefOr[KeyboardType] = js.undefined, onLayout: UndefOr[Function] = js.undefined, selectionState: UndefOr[DocumentSelectionState] = 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) ⇒ Unit] = js.undefined, placeholder: UndefOr[String] = js.undefined, textAlign: UndefOr[TextAlign] = js.undefined, onChangeText: UndefOr[(String) ⇒ Unit] = 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) ⇒ Unit] = js.undefined, testID: UndefOr[String] = js.undefined, returnKeyType: UndefOr[ReturnKeyType] = js.undefined, onFocus: UndefOr[(ReactEvent) ⇒ 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
  46. trait TextInputM extends Object

    Permalink

    mounted TextInput component methods

    mounted TextInput component methods

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

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

    Permalink
  49. trait TouchableHighlightM extends Object

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

    Permalink
  51. trait TouchableOpacityM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  52. 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, key: UndefOr[String] = 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
  53. trait TouchableWithoutFeedbackM extends Object

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

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

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

    Permalink
  58. 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 NavigatorNavigationBarS

    Permalink
  11. object NavigatorS

    Permalink
  12. object Picker extends Serializable

    Permalink
  13. object PointerEvents

    Permalink
  14. object RefreshControlS

    Permalink
  15. object RefreshControlSize

    Permalink
  16. object ReturnKeyType

    Permalink
  17. object TextAlign

    Permalink
  18. object TextAlignVertical

    Permalink
  19. object VisibleRows extends Serializable

    Permalink
  20. object VisibleSection extends Serializable

    Permalink
  21. object keyboardDismissMode

    Permalink

Ungrouped