We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac912bd commit 9640574Copy full SHA for 9640574
1 file changed
app/about.tsx
@@ -20,7 +20,7 @@ export default function AboutScreen() {
20
<SafeAreaView style={styles.container} edges={['top']}>
21
<Stack.Screen options={{ headerShown: false }} />
22
<View style={styles.header}>
23
- <Pressable onPress={() => router.back()} style={styles.backButton} hitSlop={8}>
+ <Pressable onPress={() => router.replace('/')} style={styles.backButton} hitSlop={8}>
24
<Ionicons name="arrow-back" size={24} color={colors.gray[100]} />
25
<Text variant="body" color="primary">
26
Back
0 commit comments