Package

sri.mobile

components

Permalink

package components

Visibility
  1. Public
  2. All

Type Members

  1. final class MapType extends AnyVal

    Permalink
  2. 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
  3. class MapViewAnnotationJS extends Object

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

    Permalink
  5. trait MapViewM extends Object

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

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

    Permalink
  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 StatusBar(key: UndefOr[String] = undefined, backgroundColor: UndefOr[String] = undefined, translucent: UndefOr[Boolean] = undefined, animated: UndefOr[Boolean] = undefined, barStyle: UndefOr[StatusBarStyle] = undefined, networkActivityIndicatorVisible: UndefOr[Boolean] = undefined, showHideTransition: UndefOr[StatusBarShowHideTransition] = undefined, hidden: UndefOr[Boolean] = undefined, ref: UndefOr[Function1[StatusBarM, _]] = undefined) extends Product with Serializable

    Permalink
  14. trait StatusBarM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  15. final class StatusBarShowHideTransition extends AnyVal

    Permalink
  16. final class StatusBarStyle extends AnyVal

    Permalink
  17. 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, useForeground: U[Boolean] = undefined, accessibilityLabel: U[String] = undefined, accessibilityTraits: U[String] = undefined, accessibilityComponentType: U[String] = undefined, background: U[NativeFeedbackBackgroundType] = undefined) extends Product with Serializable

    Permalink
  18. trait TouchableNativeFeedbackM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  19. case class WebView(contentInset: UndefOr[EdgeInsets] = js.undefined, url: UndefOr[String] = js.undefined, 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, allowUniversalAccessFromFileURLs: 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, source: UndefOr[WebViewSource] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, onMessage: UndefOr[Function1[ReactEvent[WebViewEvent], _]] = js.undefined, renderError: UndefOr[Function] = js.undefined, html: UndefOr[String] = js.undefined, startInLoadingState: UndefOr[Boolean] = js.undefined) extends Product with Serializable

    Permalink
  20. trait WebViewM extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  21. case class WebViewSource(uri: String) extends Product with Serializable

    Permalink
  22. 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
    Annotations
    @deprecated
    Deprecated

    MapView is now deprecated and will be removed from React Native in version 0.42,Please use https://github.com/airbnb/react-native-maps

Value Members

  1. object MapType

    Permalink
  2. object MapViewRegion extends Serializable

    Permalink
  3. object NavigatorIOSRoute extends Serializable

    Permalink
  4. object StatusBarShowHideTransition

    Permalink
  5. object StatusBarStyle

    Permalink
  6. object TouchableNativeFeedbackS

    Permalink
  7. package android

    Permalink
  8. package ios

    Permalink

Ungrouped