From 69b9513a19e8d0aa280bae8ec7b91dd5e81de2fa Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Mon, 9 Oct 2023 17:31:33 +0100 Subject: Second commit --- screens/passwordRecovery.js | 108 ++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 54 deletions(-) (limited to 'screens/passwordRecovery.js') diff --git a/screens/passwordRecovery.js b/screens/passwordRecovery.js index 61a5f10..94d00f2 100644 --- a/screens/passwordRecovery.js +++ b/screens/passwordRecovery.js @@ -1,54 +1,54 @@ -import { - Keyboard, - KeyboardAvoidingView, - Platform, - Pressable, - SafeAreaView, - Text, - TextInput, - TouchableWithoutFeedback, - View, -} from 'react-native'; - -import tw from 'twrnc'; - -import Logo from '../static/images/netflix-logo.svg'; - -const PasswordRecovery = ({navigation}) => { - return ( - - { - Keyboard.dismiss(); - }} - > - - - - - Recuperar contraseña - - - Recuperar contraseña - - navigation.goBack()} style={tw`mb-16`}> - Volver - - - - - - ); -}; - -export default PasswordRecovery; +import { + Keyboard, + KeyboardAvoidingView, + Platform, + Pressable, + SafeAreaView, + Text, + TextInput, + TouchableWithoutFeedback, + View, +} from 'react-native'; + +import tw from 'twrnc'; + +import Logo from '../static/images/netflix-logo.svg'; + +const PasswordRecovery = ({navigation}) => { + return ( + + { + Keyboard.dismiss(); + }} + > + + + + + Recuperar contraseña + + + Recuperar contraseña + + navigation.goBack()} style={tw`mb-16`}> + Volver + + + + + + ); +}; + +export default PasswordRecovery; -- cgit v1.2.3-54-g00ecf