first version of the cruise lovers app, build 1.0.1, ready to be published on the app store
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
import { useAuth } from '@/assets/contexts/useAuth';
|
||||
import styles from '@/styles/screens/auth/login.styles';
|
||||
import { Ionicons } from '@expo/vector-icons';
|
||||
import { router, type Href } from 'expo-router';
|
||||
import React, { useState } from 'react';
|
||||
import {
|
||||
Image,
|
||||
ImageBackground,
|
||||
KeyboardAvoidingView,
|
||||
Platform,
|
||||
Pressable,
|
||||
ScrollView,
|
||||
Text,
|
||||
TextInput,
|
||||
View,
|
||||
StatusBar,
|
||||
Image,
|
||||
ImageBackground,
|
||||
KeyboardAvoidingView,
|
||||
Platform,
|
||||
Pressable,
|
||||
ScrollView,
|
||||
StatusBar,
|
||||
Text,
|
||||
TextInput,
|
||||
View,
|
||||
} from 'react-native';
|
||||
import styles from '@/styles/screens/auth/login.styles';
|
||||
import { useAuth } from '@/assets/contexts/useAuth';
|
||||
import { router, type Href } from 'expo-router';
|
||||
|
||||
export default function Login() {
|
||||
const [email, setEmail] = useState('');
|
||||
@@ -69,7 +69,7 @@ export default function Login() {
|
||||
<TextInput
|
||||
value={email}
|
||||
onChangeText={setEmail}
|
||||
placeholder="hello@domain.pt"
|
||||
placeholder="login@cruiselovers.pt"
|
||||
placeholderTextColor="#9AA0A6"
|
||||
autoCapitalize="none"
|
||||
keyboardType="email-address"
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function RecoverEmailScreen() {
|
||||
<TextInput
|
||||
value={email}
|
||||
onChangeText={setEmail}
|
||||
placeholder="hello@domain.pt"
|
||||
placeholder="recuperar@cruiselovers.pt"
|
||||
placeholderTextColor="#9AA0A6"
|
||||
autoCapitalize="none"
|
||||
keyboardType="email-address"
|
||||
|
||||
Reference in New Issue
Block a user