more tickets

This commit is contained in:
Thomas Demirdjian
2025-11-13 18:31:38 +01:00
parent dd4cf9b4d4
commit 5457030d4a
32 changed files with 913 additions and 558 deletions
+2
View File
@@ -99,8 +99,10 @@ export default ({ navigation }) => {
<Input
label="Adresse email"
placeholder="Votre adresse email"
type="email"
value={email}
setValue={setEmail}
isBlur
containerStyle={{ marginBottom: 20 }}
textInputProps={{
keyboardType: "email-address",