Fix auth flow, FAB, and and load latest button

This commit is contained in:
Samuel Newman
2024-04-10 15:52:30 +01:00
parent 0bbfe966d8
commit ea7a672ae8
5 changed files with 25 additions and 20 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ export const SplashScreen = ({
<Trans>What's up?</Trans>
</Text>
</View>
<View testID="signinOrCreateAccount">
<View
testID="signinOrCreateAccount"
style={[a.w_full, a.mx_auto, {maxWidth: 450}]}>
<Button
testID="createAccountButton"
onPress={onPressCreateAccount}