Commit f739c893 authored by Malsha Rathnasiri's avatar Malsha Rathnasiri

fix singup screen issue

parent ad965b34
......@@ -77,7 +77,7 @@ function Signup({}) {
</View>
<View style={styles.text2}>
<Text>Already have account? </Text>
<TouchableOpacity onPress={() => navigation.navigate("Login")} ><Text style={styles.signupText}> Login </Text></TouchableOpacity>
<TouchableOpacity onPress={() => navigation.navigate("Root")} ><Text style={styles.signupText}> Login </Text></TouchableOpacity>
</View>
{/* Username or Email Input Field */}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment