tangled
alpha
login
or
join now
stream.place
/
streamplace
77
fork
atom
Live video on the AT Protocol
77
fork
atom
overview
issues
pulls
pipelines
update to new navstack options
Natalie
1 week ago
64a99344
f7f722f5
+1
-3
1 changed file
expand all
collapse all
unified
split
js
app
components
mobile
ui.tsx
+1
-3
js/app/components/mobile/ui.tsx
reviewed
···
333
333
onPress={() => {
334
334
navigation.canGoBack()
335
335
? navigation.goBack()
336
336
-
: navigation.navigate("Home", {
337
337
-
screen: "HomeMain",
338
338
-
});
336
336
+
: navigation.navigate("MainTabs" as any, { screen: "HomeTab" });
339
337
}}
340
338
>
341
339
<ChevronLeft color="white" />