Commit f532ab2c by G

pressing the close button will let you go back to home screen for user not logged in.

parent 442da8be
......@@ -29,7 +29,9 @@ const UserLoginScreen: UnloggedUserStackScreenComponentProps<"userLoginScreen">
flexDirection={"row"}
alignItems={"center"}
>
<Fontisto name="close-a" size={12} color="black" />
<TouchableOpacity onPress={() => navigation.goBack()}>
<Fontisto name="close-a" size={12} color="black" />
</TouchableOpacity>
<TouchableOpacity>
<Text>Mot de passe oublie ?</Text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment