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