From 7b5262e9a61ccb0bc86b7aadb01f3e4efa600739 Mon Sep 17 00:00:00 2001 From: tsun90 Date: Mon, 25 Sep 2023 03:28:33 -0400 Subject: [PATCH] Donate Button added --- mobile/screens/Onboarding/LandingScreen.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mobile/screens/Onboarding/LandingScreen.tsx b/mobile/screens/Onboarding/LandingScreen.tsx index 3401896..934cc0a 100644 --- a/mobile/screens/Onboarding/LandingScreen.tsx +++ b/mobile/screens/Onboarding/LandingScreen.tsx @@ -37,6 +37,14 @@ export default function LandingScreen(props: any) { > Sign Up + + // props.navigation.navigate(Screens.DONATE_SCREEN) + // } + style={styles.signupBtn} + > + Donate + {Platform.OS === "web" ? (