Package

sri.mobile

components

Permalink

package components

Visibility
  1. Public
  2. All

Type Members

  1. final class MapType extends AnyVal

    Permalink
  2. case class MapView(maxDelta: UndefOr[Int] = js.undefined, pitchEnabled: UndefOr[Boolean] = js.undefined, mapType: UndefOr[MapType] = js.undefined, style: UndefOr[Any] = js.undefined, legalLabelInsets: UndefOr[EdgeInsets] = js.undefined, onRegionChange: UndefOr[Function1[Dynamic, _]] = js.undefined, ref: UndefOr[Function1[MapViewM, _]] = js.undefined, minDelta: UndefOr[Int] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, followUserLocation: UndefOr[Boolean] = js.undefined, annotations: UndefOr[Seq[MapViewAnnotation]] = js.undefined, overlays: UndefOr[Seq[MapViewOverlay]] = js.undefined, rotateEnabled: UndefOr[Boolean] = js.undefined, onRegionChangeComplete: UndefOr[Function1[Dynamic, _]] = js.undefined, region: UndefOr[MapViewRegion] = js.undefined, zoomEnabled: UndefOr[Boolean] = js.undefined, showsUserLocation: UndefOr[Boolean] = js.undefined, onAnnotationPress: UndefOr[Function1[Dynamic, _]] = js.undefined) extends Product with Serializable

    Permalink
  3. case class MapViewAnnotation(latitude: Double, longitude: Double, title: UndefOr[String] = undefined, subTitle: UndefOr[String] = undefined, tintColor: UndefOr[String] = js.undefined, animateDrop: UndefOr[Boolean] = js.undefined, leftCalloutView: UndefOr[ReactElement] = js.undefined, rightCalloutView: UndefOr[ReactElement] = js.undefined, detailCalloutView: UndefOr[ReactElement] = js.undefined, view: UndefOr[ReactElement] = js.undefined, draggable: UndefOr[Boolean] = js.undefined, onDragStateChange: UndefOr[Function1[Dynamic, _]] = js.undefined, image: UndefOr[ImageSource] = undefined, imageDynamic: UndefOr[Dynamic] = undefined) extends Product with Serializable

    Permalink
  4. class MapViewAnnotationJS extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  5. case class MapViewCoordinate(latitude: Double, longitude: Double) extends Product with Serializable

    Permalink
  6. trait MapViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  7. case class MapViewOverlay(coordinates: Seq[MapViewCoordinate], lineWidth: Double, strokeColor: String, fillColor: String, id: String) extends Product with Serializable

    Permalink
  8. case class MapViewRegion(latitude: Double, longitude: Double, latitudeDelta: Double, longitudeDelta: Double) extends Product with Serializable

    Permalink
  9. trait NativeFeedbackBackgroundType extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  11. case class NavigatorIOS(barTintColor: UndefOr[String] = js.undefined, navigationBarHidden: UndefOr[Boolean] = js.undefined, style: UndefOr[Any] = js.undefined, ref: UndefOr[Function1[NavigatorIOSM, _]] = js.undefined, titleTextColor: UndefOr[String] = js.undefined, tintColor: UndefOr[String] = js.undefined, key: UndefOr[String] = js.undefined, itemWrapperStyle: UndefOr[Any] = js.undefined, translucent: UndefOr[Boolean] = js.undefined, shadowHidden: UndefOr[Boolean] = js.undefined, initialRoute: NavigatorIOSRoute) extends Product with Serializable

    Permalink

    Created by chandrasekharkode on 4/1/15.

    Created by chandrasekharkode on 4/1/15.

    key: PropTypes.string, style: PropTypes.js.Any, ref: PropTypes.String, itemWrapperStyle: PropTypes.js.Any, tintColor: PropTypes.string, barTintColor: PropTypes.string, titleTextColor: PropTypes.string, navigationBarHidden: PropTypes.bool, translucent: PropTypes.bool, shadowHidden: PropTypes.bool, initialRoute:PropTypes.NavigatorIOSRoute.isRequired

  12. trait NavigatorIOSM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  13. case class NavigatorIOSRoute(onRightButtonPress: UndefOr[Function] = undefined, passProps: UndefOr[Any] = undefined, rightButtonTitle: UndefOr[String] = undefined, wrapperStyle: UndefOr[Any] = undefined, backButtonTitle: UndefOr[String] = undefined, leftButtonTitle: UndefOr[String] = undefined, backButtonIcon: UndefOr[ImageSource] = undefined, leftButtonIcon: UndefOr[ImageSource] = undefined, rightButtonIcon: UndefOr[ImageSource] = undefined, onLeftButtonPress: UndefOr[Function] = undefined, title: String, component: Object) extends Product with Serializable

    Permalink
  14. case class TouchableNativeFeedback(key: U[String] = undefined, style: U[Any] = undefined, ref: U[Function1[TouchableNativeFeedbackM, _]] = undefined, onPressIn: U[() ⇒ Unit] = undefined, onPress: U[() ⇒ Unit] = undefined, delayPressIn: U[Int] = undefined, onPressOut: U[() ⇒ Unit] = undefined, onLongPress: U[() ⇒ Unit] = undefined, delayPressOut: U[Int] = undefined, delayLongPress: U[Int] = undefined, accessible: U[Boolean] = undefined, background: U[NativeFeedbackBackgroundType] = undefined) extends Product with Serializable

    Permalink
  15. trait TouchableNativeFeedbackM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  16. case class WebView(contentInset: UndefOr[EdgeInsets] = js.undefined, url: String, style: UndefOr[Any] = js.undefined, javaScriptEnabled: UndefOr[Boolean] = js.undefined, ref: UndefOr[Function1[WebViewM, _]] = js.undefined, injectedJavaScript: UndefOr[String] = js.undefined, scalesPageToFit: UndefOr[Boolean] = js.undefined, key: UndefOr[String] = js.undefined, scrollEnabled: UndefOr[Boolean] = js.undefined, onNavigationStateChange: UndefOr[(NavigationState) ⇒ Unit] = js.undefined, bounces: UndefOr[Boolean] = js.undefined, domStorageEnabled: UndefOr[Boolean] = js.undefined, renderLoading: UndefOr[Function] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, onError: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, onLoadStart: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, renderError: UndefOr[Function] = js.undefined, html: UndefOr[String] = js.undefined, startInLoadingState: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  17. trait WebViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object MapType

    Permalink
  2. object MapViewRegion extends Serializable

    Permalink
  3. object NavigatorIOSRoute extends Serializable

    Permalink
  4. object TouchableNativeFeedbackS

    Permalink
  5. package android

    Permalink
  6. package ios

    Permalink

Ungrouped