Use cally everywhere

This commit is contained in:
Milan Paunovic
2024-10-12 10:25:36 +02:00
parent 6e1e665b93
commit b3e40ad909
6 changed files with 73 additions and 10 deletions

View File

@ -28,21 +28,28 @@ const OnboardingFlow = () => {
width={10}
/>
),
title: <Text text30>Welcome to Kali</Text>,
title: <Text text30>Welcome to Cally</Text>,
subtitle: (
<View paddingB-250 marginH-20 spread>
<Text text50R>Lightening Mental Loads, One Family at a Time</Text>
<Button
label="Continue"
style={{ backgroundColor: "#fd1775" }}
onPress={() => onboardingRef.current.goToPage(1, true)}
onPress={() => onboardingRef?.current?.goToPage(1, true)}
/>
</View>
),
},
{
backgroundColor: "#f9f8f7",
title: <Text>Get started with Kali</Text>,
title: <Text>Get started with Cally</Text>,
image: (
<Image
source={require("../../../assets/images/splash-clock.png")}
height={10}
width={10}
/>
),
subtitle: (
<View
style={{