Ok it might work
This commit is contained in:
@@ -14,7 +14,11 @@ export default function HomeScreen() {
|
||||
<View style={styles.actionsContainer}>
|
||||
<Text style={styles.title}>Upcoming Birthdays</Text>
|
||||
<TouchableOpacity
|
||||
onPress={() => router.push("/add")}
|
||||
onPress={() => {
|
||||
router.push("/add");
|
||||
}
|
||||
}
|
||||
|
||||
style={styles.addButton}
|
||||
>
|
||||
<Text style={styles.addButtonText}>+</Text>
|
||||
|
||||
Reference in New Issue
Block a user