Skip to content
Snippets Groups Projects

Draft: Master

Merged Thi Nguyen requested to merge master into feature/update-08.01
6 files
+ 318
3
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
0
@@ -67,6 +67,7 @@ export default function Signup({ navigation }) {
value={password}
onChangeText={(text) => setPassword(text)}
/>
{/* TODO: Add a checkbox for role */}
<TouchableOpacity style={styles.button} onPress={onHandleSignup}>
<Text style={{ fontWeight: "bold", color: "#fff", fontSize: 18 }}> Sign Up</Text>
</TouchableOpacity>
Loading