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" function SignUp(props: { navigation: any; }) { const { navigation } = props return ( S'inscrire ); } export default SignUp