WIP: Change notification settings
This commit is contained in:
parent
351d4f3c6d
commit
af72b25932
14 changed files with 241 additions and 15 deletions
|
@ -156,7 +156,7 @@ export default function SettingsScreen() {
|
|||
<ThemedText type="defaultSemiBold">Notificaties</ThemedText>
|
||||
</ThemedView>
|
||||
|
||||
<TouchableOpacity style={styles.listEdit}>
|
||||
<TouchableOpacity style={styles.listEdit} onPress={() => router.push( '/(settings)/notifications' )}>
|
||||
<Ionicons size={18} name="chevron-forward" style={styles.listEditIcon}/>
|
||||
</TouchableOpacity>
|
||||
</ThemedView>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue