SpecsModelExplore
Overview
Actors
External Systems
IoT Platform
Edge
Ingestion
Stream Processing
Device Management
User-Facing Apps
Dashboard Web App
Mobile App
NavigationDevice ScreensAlert Screens
Platform
SpecsModelExplore
Navigation
OverviewGuideLinks and Communications
IDproduct.user_facing.mobile_app.navigation
DescriptionTab navigation and deep links.
Keynavigation
Typecomponent
TeamApps
Ownerapps@iotgateway.example
Statusactive
TechnologiesTypeScript, React Native
Attributesframework: React Native
Tags
Table of contents
Guide
Navigation
Route map
Responsibilities

Guide

Navigation

Navigation is the spine of the mobile app. It owns the tab bar, the navigation stack and the deep-link table that lets a push notification open the exact screen an owner needs.

Deep links matter on mobile

A critical push should land the owner one tap from acting — Navigation maps notification payloads directly to device and alert routes.

Route map

Responsibilities

  • Host the tab bar and the per-tab navigation stacks.
  • Resolve deep links from push payloads to concrete screens.
  • Preserve navigation state across cold starts.

Links and Communications

2 incoming links

Incoming Links(2)

Source objectLabelLink typeRelationRaw idRequiredDescription
Device Screens

example-iot.product.user_facing.mobile_app.device_screens

component
routes via—linksproduct.user_facing.mobile_app.navigation——
Alert Screens

example-iot.product.user_facing.mobile_app.alert_screens

component
routes via—linksproduct.user_facing.mobile_app.navigation——