From 5c2f4ebaa15ca717951bff84a1468a2ee17306b4 Mon Sep 17 00:00:00 2001 From: alguilhot Date: Fri, 21 Oct 2022 19:07:18 +0200 Subject: [PATCH] TEMP: Mise en commentaire du screen SignUp --- bob_party/src/screens/SignUp.tsx | 54 ++++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/bob_party/src/screens/SignUp.tsx b/bob_party/src/screens/SignUp.tsx index a72a638..f64d06c 100644 --- a/bob_party/src/screens/SignUp.tsx +++ b/bob_party/src/screens/SignUp.tsx @@ -1,30 +1,30 @@ -import { StatusBar } from 'expo-status-bar' -import { StyleSheet, View, ImageSourcePropType, Pressable, Text} from 'react-native' -import React from 'react'; -import stylesScreen from './style/screens.style' -import { TextInput } from 'react-native-gesture-handler'; -import { CustomTextInput } from '../components/CustomTextInput'; -import { ButtonGameTypeChoice } from '../components/ButtonGameTypeChoice'; +// import { StatusBar } from 'expo-status-bar' +// import { StyleSheet, View, ImageSourcePropType, Pressable, Text} from 'react-native' +// import React from 'react'; +// import stylesScreen from './style/screens.style' +// import { TextInput } from 'react-native-gesture-handler'; +// import { CustomTextInput } from '../components/CustomTextInput'; +// import { ButtonGameTypeChoice } from '../components/ButtonGameTypeChoice'; -import styles from "./style/SignIn.style" +// import styles from "./style/SignIn.style" -function SignUp(props: { navigation: any; }) { - const { navigation } = props - return ( - - - - - - - - - - S'inscrire - - - - ); -} +// function SignUp(props: { navigation: any; }) { +// const { navigation } = props +// return ( +// +// +// +// +// +// +// +// +// +// S'inscrire +// +// +// +// ); +// } -export default SignUp +// export default SignUp