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, annotations: UndefOr[Seq[MapViewAnnotation]] = 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[(Dynamic) ⇒ Unit] = js.undefined) extends Product with Serializable

    Permalink
  3. case class MapViewAnnotation(latitude: Double, longitude: Double, title: UndefOr[String] = undefined, subTitle: UndefOr[String] = undefined) extends Product with Serializable

    Permalink
  4. trait MapViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  5. case class MapViewRegion(latitude: Double, longitude: Double, latitudeDelta: Double, longitudeDelta: Double) extends Product with Serializable

    Permalink
  6. case class Modal(visible: UndefOr[Boolean] = js.undefined, animated: UndefOr[Boolean] = js.undefined, style: UndefOr[Any] = js.undefined, ref: UndefOr[Function1[ModalM, _]] = js.undefined, key: UndefOr[String] = js.undefined, transparent: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  7. trait ModalM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  8. trait NativeFeedbackBackgroundType extends Object

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

    Permalink
    Annotations
    @RawJSType() @native()
  10. 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

  11. trait NavigatorIOSM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  12. 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
  13. 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]) extends Product with Serializable

    Permalink
  14. trait TouchableNativeFeedbackM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  15. case class WebView(contentInset: UndefOr[EdgeInsets] = js.undefined, url: String, style: UndefOr[Any] = js.undefined, javaScriptEnabledAndroid: 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, renderLoading: UndefOr[Function] = js.undefined, automaticallyAdjustContentInsets: UndefOr[Boolean] = js.undefined, renderError: UndefOr[Function] = js.undefined, html: UndefOr[String] = js.undefined, startInLoadingState: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  16. trait WebViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object MapType

    Permalink
  2. object MapViewAnnotation extends Serializable

    Permalink
  3. object MapViewRegion extends Serializable

    Permalink
  4. object NavigatorIOSRoute extends Serializable

    Permalink
  5. object TouchableNativeFeedbackS

    Permalink
  6. package android

    Permalink
  7. package ios

    Permalink

Ungrouped