Live video on the AT Protocol

update to new navstack options

+1 -3
+1 -3
js/app/components/mobile/ui.tsx
··· 333 333 onPress={() => { 334 334 navigation.canGoBack() 335 335 ? navigation.goBack() 336 - : navigation.navigate("Home", { 337 - screen: "HomeMain", 338 - }); 336 + : navigation.navigate("MainTabs" as any, { screen: "HomeTab" }); 339 337 }} 340 338 > 341 339 <ChevronLeft color="white" />