chore: delete register page
This commit is contained in:
@@ -27,17 +27,6 @@ export default function HomeScreen({ navigation }: Props) {
|
||||
>
|
||||
<Text style={styles.buttonText}>Se connecter</Text>
|
||||
</TouchableOpacity>
|
||||
|
||||
<TouchableOpacity
|
||||
style={[styles.button, styles.registerButton]}
|
||||
onPress={() => navigation.navigate("register")}
|
||||
>
|
||||
<Text
|
||||
style={[styles.buttonText, styles.registerButtonText]}
|
||||
>
|
||||
Créer un compte
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user