Fix navigation
This commit is contained in:
@@ -79,7 +79,7 @@ export default function ConstructionSiteDetailsScreen() {
|
|||||||
{/* Header */}
|
{/* Header */}
|
||||||
<View className="pb-6 px-6 z-10 flex-row items-center justify-between">
|
<View className="pb-6 px-6 z-10 flex-row items-center justify-between">
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
onPress={() => router.push(`/`)}
|
onPress={() => router.navigate(`/`)}
|
||||||
className="p-2 -ml-2 rounded-full active:bg-white/20 w-12 items-center justify-center"
|
className="p-2 -ml-2 rounded-full active:bg-white/20 w-12 items-center justify-center"
|
||||||
>
|
>
|
||||||
<ChevronLeft size={28} color="white" pointerEvents="none" />
|
<ChevronLeft size={28} color="white" pointerEvents="none" />
|
||||||
|
|||||||
Reference in New Issue
Block a user